summaryrefslogtreecommitdiff
path: root/clang/lib/AST/ASTImporterLookupTable.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-01-13[clang][ASTImporter] Not using primary context in lookup table (#118466)Balázs Kéri
2023-03-06[clang][ASTImporter] Add VaList declaration to lookup table.Balázs Kéri
2023-01-30[clang][ASTImporter] Handle UsingType in friend declarations.Balázs Kéri
2021-12-06[clang][ASTImporter] Update lookup table correctly at deduction guides.Balázs Kéri
2021-11-19[ASTImporter][NFC] Dump decl name at assertion violationBalazs Benics
2021-10-30Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata
2021-06-04[clang][AST] Set correct DeclContext in ASTImporter lookup table for ParmVarD...Balázs Kéri
2020-07-28[ASTImporter] Add Visitor for TypedefNameDecl'sVince Bridgers
2020-06-30[ASTImporter] Fix AST import crash for a friend declVince Bridgers
2019-06-11[ASTImporter] Fix unhandled cases in ASTImporterLookupTableGabor Marton
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-17[ASTImporter] Add importer specific lookupGabor Marton