[all-commits] [llvm/llvm-project] b37fd6: [clang] Handle template argument conversions for n...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Oct 2 23:29:48 PDT 2024
Branch: refs/heads/users/mizvekov/clang-fix-GH110231-1
Home: https://github.com/llvm/llvm-project
Commit: b37fd6faea430d77ff97568259a3792a3534b481
https://github.com/llvm/llvm-project/commit/b37fd6faea430d77ff97568259a3792a3534b481
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M clang/lib/Sema/SemaTemplate.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/test/CXX/temp/temp.arg/temp.arg.template/p3-0x.cpp
M clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p9-0x.cpp
M clang/test/SemaTemplate/cwg2398.cpp
M clang/test/SemaTemplate/temp_arg_template_p0522.cpp
Log Message:
-----------
[clang] Handle template argument conversions for non-pack param to pack argument
This fixes a regression introduced in #96023, reported in
https://github.com/llvm/llvm-project/issues/110231#issuecomment-2389131854
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