summaryrefslogtreecommitdiffstats
path: root/lib/AST/ASTStructuralEquivalence.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-2/+4
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-7/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+7
* Attempt to fix failing buildbot (ppc64le)Gabor Marton2019-04-011-0/+1
* [ASTImporter] Make ODR error handling configurableGabor Marton2019-04-011-54/+106
* [AST] Fix structural inequivalence of operatorsGabor Marton2019-02-081-0/+6
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* [ASTImporter] Fix inequality of functions with different attributesGabor Marton2019-01-241-1/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-11-261-1/+7
* Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"Shafik Yaghmour2018-10-311-7/+1
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-10-311-1/+7
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-5/+5
* Fix structural inequivalency of forward EnumDeclGabor Marton2018-08-091-0/+8
* [AST] Check described template at structural equivalence check.Balazs Keri2018-08-081-119/+138
* 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