[PATCH] D114418: [clang][ASTImporter] Update lookup table correctly at deduction guides.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 23 01:22:20 PST 2021
balazske created this revision.
Herald added subscribers: steakhal, martong, gamesh411, Szelethus, dkrupp.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
balazske requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114418
Files:
clang/include/clang/AST/ASTImporterLookupTable.h
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/ASTImporterLookupTable.cpp
clang/unittests/AST/ASTImporterTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114418.389115.patch
Type: text/x-patch
Size: 5965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211123/f2dc504a/attachment.bin>
More information about the cfe-commits
mailing list