Commit 5fffbe4
committed
[clang][ASTDump] Dump value of structural TemplateArguments
`TemplateArgument::ArgKind::StructuralValue` was introduced in
#78041
The AST dump for such template arguments would yield the following:
```
|-ClassTemplateSpecializationDecl
`- TemplateArgument
```
With this patch we would dump as:
```
|-ClassTemplateSpecializationDecl
`-TemplateArgument structural '1.000000e+00'
```1 parent e258bca commit 5fffbe4
File tree
3 files changed
+685
-671
lines changed- clang
- include/clang/AST
- lib/AST
- test/AST
3 files changed
+685
-671
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1226 | 1226 | | |
1227 | 1227 | | |
1228 | 1228 | | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
1229 | 1234 | | |
1230 | 1235 | | |
1231 | 1236 | | |
| |||
0 commit comments