[all-commits] [llvm/llvm-project] a657d3: [clang] fix runtime check for NNS transform
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Tue Aug 19 13:18:54 PDT 2025
Branch: refs/heads/users/mizvekov/GH154270
Home: https://github.com/llvm/llvm-project
Commit: a657d37fdcceab2f0f1848c508cd8e3d9b875528
https://github.com/llvm/llvm-project/commit/a657d37fdcceab2f0f1848c508cd8e3d9b875528
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-08-19 (Tue, 19 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 for NNS transform
A SubstTemplateTypeParmPackType is one of the types which may appear
in a NestedNameSpecifier, so add it to the list of expected types in TreeTransform.
This fixes a regression introduced in #147835, which has never been released, so
there are no release notes.
Fixes #154270
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