[all-commits] [llvm/llvm-project] f94176: [clang] fix runtime check listing types which can ...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Mon Aug 25 10:46:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f941769a8af61159e27f5598f1dffaab6f7b0fbb
https://github.com/llvm/llvm-project/commit/f941769a8af61159e27f5598f1dffaab6f7b0fbb
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 (#155272)
Through alias templates, followed by canonicalization, any canonical
dependent type can appear in a NestedNameSpecifier. Remove the list as a
practical matter.
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.
Fixes #155260
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