aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ASTImporterLookupTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-03-06[clang][ASTImporter] Add VaList declaration to lookup table.Balázs Kéri1-0/+12
2023-01-30[clang][ASTImporter] Handle UsingType in friend declarations.Balázs Kéri1-0/+2
2021-12-06[clang][ASTImporter] Update lookup table correctly at deduction guides.Balázs Kéri1-0/+5
2021-11-19[ASTImporter][NFC] Dump decl name at assertion violationBalazs Benics1-2/+12
2021-10-30Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata1-1/+1
2021-06-04[clang][AST] Set correct DeclContext in ASTImporter lookup table for ParmVarD...Balázs Kéri1-0/+17
2020-07-28[ASTImporter] Add Visitor for TypedefNameDecl'sVince Bridgers1-0/+14
2020-06-30[ASTImporter] Fix AST import crash for a friend declVince Bridgers1-1/+5
2019-06-11[ASTImporter] Fix unhandled cases in ASTImporterLookupTableGabor Marton1-6/+19
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-17[ASTImporter] Add importer specific lookupGabor Marton1-0/+129