Commit 479cdcc
Suppress some clang-tidy errors
Split the .clang-tidy check lists out over multiple lines to improve
readability.
Suppress `misc-non-private-member-variables-in-classes` as the code
currently contains many instances that fail this check.
Drop `constexpr` from `LoopControlLoopCountINTELMask` after clang
started diagnosing this with b364535 ("[Clang] Diagnose
ill-formed constant expression when setting ...", 2022-07-28).
Removing `constexpr` is just a workaround, the long term fix would be
to upstream the new enum value to `spirv.hpp`.
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@c5b29f21 parent 194e0eb commit 479cdcc
File tree
2 files changed
+21
-2
lines changed- llvm-spirv/lib/SPIRV/libSPIRV
2 files changed
+21
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
2 | 19 | | |
3 | 20 | | |
4 | 21 | | |
| |||
24 | 41 | | |
25 | 42 | | |
26 | 43 | | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments