[all-commits] [llvm/llvm-project] 3f9e71: [Clang] Drop unrelated template arguments in subst...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Tue Oct 14 09:01:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f9e712402fea234bdd871948decd7ef394d0538
https://github.com/llvm/llvm-project/commit/3f9e712402fea234bdd871948decd7ef394d0538
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
M clang/include/clang/Sema/Template.h
M clang/lib/Sema/SemaConcept.cpp
M clang/test/SemaTemplate/concepts.cpp
Log Message:
-----------
[Clang] Drop unrelated template arguments in substituted parameter mapping (#163221)
The unused template arguments living in different levels would confuse
the substitution otherwise.
This is a trunk regression, so no release note.
Fixes https://github.com/llvm/llvm-project/issues/163057
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