[PATCH] D123775: [AST] Support template declaration found through using-decl for QualifiedTemplateName.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 11:20:58 PDT 2022
hokein updated this revision to Diff 423686.
hokein marked 6 inline comments as done.
hokein added a comment.
expose underlying template name, removed the getUsingShadowDecl;
address comments;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123775/new/
https://reviews.llvm.org/D123775
Files:
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/PropertiesBase.td
clang/include/clang/AST/TemplateName.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/QualTypeNames.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/TreeTransform.h
clang/unittests/AST/TemplateNameTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123775.423686.patch
Type: text/x-patch
Size: 14212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220419/64b91aaa/attachment-0001.bin>
More information about the cfe-commits
mailing list