aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST/ASTImporterTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-09Ast importer visitors (#138838)ganenkokb-yandex1-0/+97
2025-05-26Thread Safety Analysis: Support reentrant capabilities (#137133)Marco Elver1-0/+9
2025-05-14[clang] Save ShuffleVectorExpr args as ConstantExpr (#139709)Timm Baeder1-2/+4
2025-05-06[clang][ASTImporter] Fix AST import if anonymous namespaces are merged (#128735)Balázs Kéri1-0/+76
2025-04-15Merge similar Clang Thread Safety attributes (#135561)Aaron Puchert1-36/+0
2025-04-03[clang] NFC: introduce UnsignedOrNone as a replacement for std::optional<unsi...Matheus Izvekov1-6/+6
2025-02-02[clang] Add tracking source deduction guide for the explicitly-writtenHaojian Wu1-0/+23
2025-01-27[clang] Track source deduction guide for alias template deduction guides (#12...antangelo1-0/+26
2025-01-27[clang][ASTImporter] Import source location of explicit object parameter inst...Michael Buch1-0/+20
2025-01-13[clang][ASTImporter] Fix unused variable warning (NFC) (#122686)Balázs Kéri1-2/+2
2025-01-13[clang][ASTImporter] Not using primary context in lookup table (#118466)Balázs Kéri1-2/+150
2025-01-11[AST] Fix a warningKazu Hirata1-1/+0
2025-01-11Reapply "[clang] Avoid re-evaluating field bitwidth" (#122289)Timm Baeder1-2/+2
2025-01-08Revert "[clang] Avoid re-evaluating field bitwidth (#117732)"Timm Bäder1-2/+2
2025-01-08[clang] Avoid re-evaluating field bitwidth (#117732)Timm Baeder1-2/+2
2025-01-03[Clang][ASTMatcher] Add `dependentTemplateSpecializationType` matcher (#121435)kefan cao1-4/+0
2024-12-29[Clang][ASTMatcher] Add `dependentNameType` AST matcher (#121263)Amr Hesham1-3/+0
2024-12-27[Clang][ASTMatcher] Add `dependentScopeDeclRefExpr` matcher (#120996)Amr Hesham1-3/+0
2024-12-14[AST] Migrate away from PointerUnion::get (NFC) (#119949)Kazu Hirata1-1/+1
2024-12-02[clang][ASTImporter] Allow import of similar friend template with different d...Balázs Kéri1-0/+105
2024-10-18[clang][ASTImporter] Fix of unchecked Error object (#112688)Balázs Kéri1-0/+28
2024-09-06[clang][ASTImporter] New fix for default template parameter values. (#101836)Balázs Kéri1-68/+266
2024-08-07[clang][ASTImporter] support import return with UnaryTransformType (#101517)Ding Fei1-0/+19
2024-08-07[clang][ASTImporter] Remove trailing return testing on lambda proto (#101031)Ding Fei1-0/+17
2024-07-30[clang][ASTImporter] Fix import of template parameter default values. (#100100)Balázs Kéri1-0/+125
2024-07-29Revert "Reland [clang][ASTImport] Add support for import of empty records" (#...Michael Buch1-23/+0
2024-07-26[clang][ASTImporter][NFC] add unittests for unnamed EnumDecl (#100545)Ding Fei1-0/+37
2024-07-23[clang][ASTImporter] Fix import of anonymous enums if multiple are present (#...Balázs Kéri1-13/+82
2024-07-01[clang][ThreadSafety] Revert stricter typing on trylock attributes (#97293)Dan McArdle1-3/+3
2024-06-24[clang][ThreadSafety] Check trylock function success and return types (#95290)Dan McArdle1-3/+3
2024-06-04[clang][ASTImport] fix issue on anonymous enum import (#93923)Qizhi Hu1-0/+40
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov1-1/+1
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov1-1/+1
2024-04-20[ASTImporter] Fix infinite recurse on return type declared inside body (#68775)Ding Fei1-0/+17
2024-04-05[clang][ASTImporter] fix variable inline of CXX17 (#87314)Qizhi Hu1-0/+28
2024-01-29[clang][ASTImporter] Improve import of variable template specializations. (#7...Balázs Kéri1-1/+53
2024-01-16[clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245)Julian Schmidt1-17/+10
2024-01-15[clang][ASTImporter] Fix import of variable template redeclarations. (#72841)Balázs Kéri1-0/+53
2024-01-11[clang][ASTImporter] Improve import of friend class templates. (#74627)Balázs Kéri1-0/+156
2024-01-04[clang][ASTImporter] import InstantiatedFromMember of ClassTemplateSpecializa...Qizhi Hu1-0/+33
2023-12-25[clang][ASTImporter] skip TemplateTypeParmDecl in VisitTypeAliasTemplateDecl ...Qizhi Hu1-0/+47
2023-12-22[clang][ASTImporter] Support Importer of BuiltinBitCastExpr (#74813)Qizhi Hu1-0/+12
2023-12-22[clang][ASTImporter] Import AlignValueAttr correctly. (#75308)Balázs Kéri1-46/+25
2023-12-21[clang][ASTImporter] add processing of SubstNonTypeTemplateParmExpr in isAnce...Qizhi Hu1-0/+20
2023-11-29[clang][ASTImporter] IdentifierInfo of Attribute should be set using 'ToASTCo...Qizhi Hu1-2/+11
2023-11-24[clang][ASTImporter] Fix import of SubstTemplateTypeParmType in return type o...Balázs Kéri1-3/+20
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-2/+3
2023-11-01[clang][ASTImporter] Fix crash when template class static member imported to ...Exile1-0/+34
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke1-1/+1
2023-10-24[CXXNameMangler] Correct the mangling of SVE ACLE types within function names...Paul Walker1-14/+4