aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST/StructuralEquivalenceTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-02[C23] Implement WG14 N3037 (#132939)Aaron Ballman1-32/+58
2024-11-13[clang][AST] Add 'IgnoreTemplateParmDepth' to structural equivalence cache (#...Balázs Kéri1-7/+81
2024-07-26[clang][ASTImporter][NFC] add unittests for unnamed EnumDecl (#100545)Ding Fei1-0/+14
2024-06-12[StructuralEquivalence] improve NTTP and CXXDependentScopeMemberExpr comparis...Qizhi Hu1-2/+55
2024-01-18[clang][ASTImporter] Improve structural equivalence of overloadable operators...Balázs Kéri1-0/+170
2024-01-05[clang][ASTImporter][StructuralEquivalence] improve StructuralEquivalence on ...Qizhi Hu1-0/+23
2023-09-21[clang][AST] fix lack comparison of declRefExpr in ASTStructuralEquivalence (...Sunrise1-0/+9
2023-09-21[clang][AST][ASTImporter] improve AST comparasion on VarDecl & GotoStmt (#66976)Qizhi Hu1-2/+75
2023-09-08[ASTImport]CXXBoolLiteralExpr should be handled explicitly in statement compa...huqizhi1-0/+19
2023-08-22[clang][ASTImporter]Skip check depth of friend template parameterhuqizhi1-7/+48
2023-08-11[ASTImporter][NFC] Fix typo in testcasedingfei1-2/+2
2023-06-09[ASTStructuralEquivalence] Fix crash when ObjCCategoryDecl doesn't have corre...Volodymyr Sapsai1-0/+12
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-01-26[unittests] Use GTEST_SKIP() instead of return when appropriatePaul Robinson1-2/+2
2022-12-21[clang][AST] Compare UnresolvedLookupExpr in structural equivalence.Balázs Kéri1-0/+123
2022-08-01Fixed a number of typosGabriel Ravier1-1/+1
2022-04-22[ASTStructuralEquivalence] Add support for comparing ObjCCategoryDecl.Volodymyr Sapsai1-0/+181
2021-11-26[clang][AST] Check context of record in structural equivalence.Balázs Kéri1-0/+122
2021-11-25Revert "[clang][AST] Check context of record in structural equivalence."Balázs Kéri1-130/+0
2021-11-24[clang][AST] Check context of record in structural equivalence.Balázs Kéri1-0/+130
2021-10-30[ASTImporter] Remove ASTNodeImporter::IsStructuralMatch overload for EnumCons...Raphael Isemann1-0/+42
2020-12-16[ASTImporter] Add support for importing GenericSelectionExpr AST nodes.Tom Roeder1-0/+66
2020-10-05[ASTImporter][AST] Fix structural equivalency crash on dependent FieldDeclGabor Marton1-0/+33
2020-09-21[ASTImporter] Refactor IsStructurallyEquivalent's Decl overloads to be more c...Raphael Isemann1-0/+16
2020-09-13[ASTImporter] Add basic support for comparing Stmts and compare function bodiesRaphael Isemann1-16/+306
2020-07-07[ASTImporter] Corrected import of repeated friend declarations.Balázs Kéri1-0/+21
2020-06-02Renamed Lang_C to Lang_C99, Lang_CXX to Lang_CXX03, and 2a to 20Dmitri Gribenko1-156/+111
2020-05-29Move unittest helpers to a shared locationDmitri Gribenko1-1/+1
2020-05-29Rename APIs in unittests/AST/Language.h in preparation to share themDmitri Gribenko1-13/+15
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner1-1/+2
2019-09-02[AST] AST structural equivalence to work internally with pairs.Balazs Keri1-0/+122
2019-07-23[ASTImporter] Fix inequivalence of ClassTemplateInstantiationsGabor Marton1-0/+192
2019-07-17[ASTImporter] Fix structural eq of lambdasGabor Marton1-0/+52
2019-07-02[ASTImporter] Structural eq: handle DependentScopeDeclRefExprGabor Marton1-0/+138
2019-05-20[ASTImporter] Enable disabled but passing testsGabor Marton1-2/+1
2019-05-09[c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith1-0/+40
2019-05-06Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg1-40/+0
2019-05-04[clang] adding explicit(bool) from c++2aNicolas Lesser1-0/+40
2019-02-08[AST] Fix structural inequivalence of operatorsGabor Marton1-0/+27
2019-02-02[ASTImporter] Fix up test that only works on X86.David Green1-3/+7
2019-01-28[AST] Add structural eq tests for template argsGabor Marton1-0/+19
2019-01-24Fix failing buildbotsGabor Marton1-2/+2
2019-01-24Fix failing buildbotsGabor Marton1-1/+4
2019-01-24[ASTImporter] Fix inequality of functions with different attributesGabor Marton1-0/+25
2018-12-17[ASTImporter] Fix redecl chain of classes and class templatesGabor Marton1-0/+71
2018-08-09Fix structural inequivalency of forward EnumDeclGabor Marton1-0/+54
2018-08-08[AST] Check described template at structural equivalence check.Balazs Keri1-5/+28
2018-07-17[ASTImporter] Fix poisonous structural equivalence cacheGabor Marton1-1/+1
2018-07-17[ASTImporter] Fix import of unnamed structsGabor Marton1-2/+86
2018-07-12[ASTImporter] Refactor Decl creationGabor Marton1-2/+3