[PATCH] D123127: [AST] Add a new TemplateName for templates found via a using declaration.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 12 11:58:57 PDT 2022
hokein updated this revision to Diff 422310.
hokein added a comment.
reland version: there is no freebit in the TemplateName's PointerUnion to store
5 different pointer types in 32-bit build, instead we change the TemplateDecl to
NamedDecl, which can be used to hold the TemplateDecl and UsingShadowDecl.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123127/new/
https://reviews.llvm.org/D123127
Files:
clang-tools-extra/clangd/DumpAST.cpp
clang-tools-extra/clangd/SemanticHighlighting.cpp
clang/include/clang/AST/PropertiesBase.td
clang/include/clang/AST/TemplateName.h
clang/include/clang/AST/TextNodeDumper.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/ASTStructuralEquivalence.cpp
clang/lib/AST/ItaniumMangle.cpp
clang/lib/AST/ODRHash.cpp
clang/lib/AST/TemplateName.cpp
clang/lib/AST/TextNodeDumper.cpp
clang/lib/AST/Type.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/test/AST/ast-dump-using-template.cpp
clang/test/CXX/temp/temp.deduct.guide/p3.cpp
clang/tools/libclang/CIndex.cpp
clang/unittests/AST/ASTImporterTest.cpp
clang/unittests/AST/CMakeLists.txt
clang/unittests/AST/TemplateNameTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123127.422310.patch
Type: text/x-patch
Size: 24937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220412/621bae46/attachment-0001.bin>
More information about the cfe-commits
mailing list