[all-commits] [llvm/llvm-project] 06ffb6: [Clang] Profile the NNS of UnresolvedUsingType and...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Mon Jun 1 05:36:34 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06ffb655904657e847854eee1c7c76ccdc75b254
https://github.com/llvm/llvm-project/commit/06ffb655904657e847854eee1c7c76ccdc75b254
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2026-06-01 (Mon, 01 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
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