Commit a657d37
committed
[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 #1542701 parent 4e9dbb5 commit a657d37
File tree
2 files changed
+16
-0
lines changed- clang
- lib/Sema
- test/SemaTemplate
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5417 | 5417 | | |
5418 | 5418 | | |
5419 | 5419 | | |
| 5420 | + | |
5420 | 5421 | | |
5421 | 5422 | | |
5422 | 5423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
0 commit comments