summaryrefslogtreecommitdiffstats
path: root/lib/AST/ASTStructuralEquivalence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [ASTImporter] Fix poisonous structural equivalence cacheGabor Marton2018-07-171-14/+77
* [ASTImporter] Fix import of unnamed structsGabor Marton2018-07-171-1/+1
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-1/+15
* [ASTImporter] Refactor Decl creationGabor Marton2018-07-121-0/+9
* [AST] Structural equivalence of methodsBalazs Keri2018-07-111-11/+83
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-14/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+14
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+1
* [ASTImporter] FriendDecl importing improvementsPeter Szecsi2018-04-251-0/+83
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-04-091-117/+95
* [ASTImporter] Fix for importing unnamed structsAleksei Sidorin2018-04-051-0/+4
* Fix typo in ASTStructuralEquivalence.cpp for UnaryTransform types.Eric Fiselier2018-04-041-1/+1
* [ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin2018-01-261-5/+43
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+15
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-011-10/+48
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-131-0/+5
* [ASTImporter] Move structural equivalence context to its own file. NFCIBruno Cardoso Lopes2017-04-281-0/+1318