[all-commits] [llvm/llvm-project] b65aa9: [Clang] Profile the NNS of UnresolvedUsingType and...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Tue Jun 2 11:00:49 PDT 2026
Branch: refs/heads/release/22.x
Home: https://github.com/llvm/llvm-project
Commit: b65aa9b5ea8d15276cb4f02214039708af045cbd
https://github.com/llvm/llvm-project/commit/b65aa9b5ea8d15276cb4f02214039708af045cbd
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M clang/lib/Sema/SemaConcept.cpp
M clang/test/SemaTemplate/concepts-using-decl.cpp
Log Message:
-----------
[Clang] Profile the NNS of UnresolvedUsingType and CXXThisType correctly in concept hashing (#199617)
They were sometimes incorrect because the written type doesn't contain
an NNS which contains template parameters we're interested in.
No release note because the bug broke MS STL and I want to backport it
to the last 22.x release
Fixes https://github.com/llvm/llvm-project/issues/198663
(cherry picked from commit 06ffb655904657e847854eee1c7c76ccdc75b254)
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