[all-commits] [llvm/llvm-project] 4d95a5: [clang] fix runtime check listing types which can ...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Mon Aug 25 09:52:57 PDT 2025
Branch: refs/heads/users/mizvekov/GH147835-regression-3
Home: https://github.com/llvm/llvm-project
Commit: 4d95a5233944c3a6da507a4c4069b8054a4c28b6
https://github.com/llvm/llvm-project/commit/4d95a5233944c3a6da507a4c4069b8054a4c28b6
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M clang/lib/Sema/TreeTransform.h
M clang/test/SemaTemplate/nested-name-spec-template.cpp
Log Message:
-----------
[clang] fix runtime check listing types which can appear in a NestedNameSpecifier
Through alias templates, followed by canonicalization, any canonical
dependent type can appear in a NestedNameSpecifier.
Remove the list as it's not feasible to maintain it.
This fixes a regression reported here: https://github.com/llvm/llvm-project/pull/147835#issuecomment-3220455978
Since the regression was never released, there are no release notes.
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