summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/StructuralEquivalenceTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AST] AST structural equivalence to work internally with pairs.Balazs Keri2019-09-021-0/+122
* [ASTImporter] Fix inequivalence of ClassTemplateInstantiationsGabor Marton2019-07-231-0/+192
* [ASTImporter] Fix structural eq of lambdasGabor Marton2019-07-171-0/+52
* [ASTImporter] Structural eq: handle DependentScopeDeclRefExprGabor Marton2019-07-021-0/+138
* [ASTImporter] Enable disabled but passing testsGabor Marton2019-05-201-2/+1
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-0/+40
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-40/+0
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+40
* [AST] Fix structural inequivalence of operatorsGabor Marton2019-02-081-0/+27
* [ASTImporter] Fix up test that only works on X86.David Green2019-02-021-3/+7
* [AST] Add structural eq tests for template argsGabor Marton2019-01-281-0/+19
* Fix failing buildbotsGabor Marton2019-01-241-2/+2
* Fix failing buildbotsGabor Marton2019-01-241-1/+4
* [ASTImporter] Fix inequality of functions with different attributesGabor Marton2019-01-241-0/+25
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-0/+71
* Fix structural inequivalency of forward EnumDeclGabor Marton2018-08-091-0/+54
* [AST] Check described template at structural equivalence check.Balazs Keri2018-08-081-5/+28
* [ASTImporter] Fix poisonous structural equivalence cacheGabor Marton2018-07-171-1/+1
* [ASTImporter] Fix import of unnamed structsGabor Marton2018-07-171-2/+86
* [ASTImporter] Refactor Decl creationGabor Marton2018-07-121-2/+3
* [AST] Fix for structural equivalence tests in rL336776.Balazs Keri2018-07-111-5/+6
* [AST] Structural equivalence of methodsBalazs Keri2018-07-111-55/+393
* [ASTImporter] Add unit tests for structural equivalenceGabor Marton2018-05-241-0/+207
OpenPOWER on IntegriCloud