[all-commits] [llvm/llvm-project] 461543: [clang] Reland: Instantiate alias templates with s...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Sat Aug 3 18:21:27 PDT 2024
Branch: refs/heads/users/mizvekov/clang-sugar-substitute-template-alias
Home: https://github.com/llvm/llvm-project
Commit: 4615439837bfcc78fc611e6f8e1aca2d02ac3aa6
https://github.com/llvm/llvm-project/commit/4615439837bfcc78fc611e6f8e1aca2d02ac3aa6
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/unused-local-non-trivial-variable.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/AST/ast-dump-template-decls.cpp
M clang/test/CXX/temp/temp.deduct.guide/p3.cpp
M clang/test/Misc/diag-template-diffing-cxx11.cpp
M clang/test/SemaCXX/nullability.cpp
M clang/test/SemaCXX/sizeless-1.cpp
M clang/test/SemaHLSL/VectorOverloadResolution.hlsl
M clang/test/SemaTemplate/deduction-guide.cpp
M clang/test/SemaTemplate/make_integer_seq.cpp
M clang/test/SemaTemplate/temp_arg_nontype.cpp
M lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
M lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
M lldb/test/API/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
Log Message:
-----------
[clang] Reland: Instantiate alias templates with sugar
This makes use of the changes introduced in D134604, in order to
instantiate alias templates witn a final sugared substitution.
This comes at no additional relevant cost.
Since we don't track / unique them in specializations, we wouldn't be
able to resugar them later anyway.
Differential Revision: https://reviews.llvm.org/D136565
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