-
- Downloads
[clang][ASTImporter] Update lookup table correctly at deduction guides.
Declaration context of template parameters of a FunctionTemplateDecl may be different for each one parameter if the template is a deduction guide. This case is handled correctly after this change. Reviewed By: martong Differential Revision: https://reviews.llvm.org/D114418
Showing
- clang/include/clang/AST/ASTImporterLookupTable.h 4 additions, 0 deletionsclang/include/clang/AST/ASTImporterLookupTable.h
- clang/lib/AST/ASTImporter.cpp 24 additions, 15 deletionsclang/lib/AST/ASTImporter.cpp
- clang/lib/AST/ASTImporterLookupTable.cpp 5 additions, 0 deletionsclang/lib/AST/ASTImporterLookupTable.cpp
- clang/unittests/AST/ASTImporterTest.cpp 137 additions, 0 deletionsclang/unittests/AST/ASTImporterTest.cpp
Loading
Please register or sign in to comment