[all-commits] [llvm/llvm-project] 1d1a56: Clang: fix AST representation of expanded template...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Tue Aug 9 05:26:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d1a56929b725f9a79d98877f12d0a14f8418b38
https://github.com/llvm/llvm-project/commit/1d1a56929b725f9a79d98877f12d0a14f8418b38
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2022-08-09 (Tue, 09 Aug 2022)
Changed paths:
M clang/include/clang/AST/ASTContext.h
M clang/include/clang/AST/JSONNodeDumper.h
M clang/include/clang/AST/TextNodeDumper.h
M clang/include/clang/AST/Type.h
M clang/include/clang/AST/TypeProperties.td
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/ASTStructuralEquivalence.cpp
M clang/lib/AST/JSONNodeDumper.cpp
M clang/lib/AST/TextNodeDumper.cpp
M clang/lib/AST/Type.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Sema/TreeTransform.h
M clang/test/AST/ast-dump-template-decls.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
Clang: fix AST representation of expanded template arguments.
Extend clang's SubstTemplateTypeParm to represent the pack substitution index.
Fixes PR56099.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Differential Revision: https://reviews.llvm.org/D128113
More information about the All-commits
mailing list