Commit db6c23a
Enable clang-tidy checks explicitly
clang 22 removed clang-analyzer-* from the default checks, see
- llvm/llvm-project#146482
- https://releases.llvm.org/22.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html#potentially-breaking-changes
This makes clang-tidy 22 abort with 'Error: no checks enabled'. Enable
these checks explicitly.1 parent 4f6359e commit db6c23a
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
109 | 116 | | |
110 | 117 | | |
111 | 118 | | |
| |||
0 commit comments