Commit 8baad9b
authored
Prevent empty "ungroupable" enums from being output and fix EnumGroupRegression test case (#2525)
This fixes the Constants_* and enums_* groups from being output for the OpenCL XML spec in the EnumGroupRegression test case.
The change to cl_compiler_mode_altera is justifiable since it is an empty enum.1 parent 1b20646 commit 8baad9b
File tree
2 files changed
+3
-1
lines changed- sources/SilkTouch/SilkTouch/Mods
- tests/SilkTouch/SilkTouch/Khronos
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2278 | 2278 | | |
2279 | 2279 | | |
2280 | 2280 | | |
2281 | | - | |
| 2281 | + | |
2282 | 2282 | | |
2283 | 2283 | | |
2284 | 2284 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments