[all-commits] [llvm/llvm-project] 116054: [clang] fix transformation of subst constant templ...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Fri Sep 26 12:20:11 PDT 2025
Branch: refs/heads/users/mizvekov/fix-substnttp-transform
Home: https://github.com/llvm/llvm-project
Commit: 1160542a693e22cc81c719e371d1b6282ecc3800
https://github.com/llvm/llvm-project/commit/1160542a693e22cc81c719e371d1b6282ecc3800
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-09-26 (Fri, 26 Sep 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/ExprCXX.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/ExprCXX.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/lib/Sema/TreeTransform.h
M clang/test/SemaCXX/ctad.cpp
M clang/test/SemaCXX/cxx20-ctad-type-alias.cpp
M clang/test/SemaTemplate/temp_arg_nontype_cxx2c.cpp
Log Message:
-----------
[clang] fix transformation of subst constant template parameter nodes
This simplifies those transforms a lot, removing a bunch of workarounds
which were introducing problems.
The transforms become independent of the template instantiator, so
they are moved to TreeTransform instead.
Fixes #131342
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list