Commit 7226baf
committed
Fix clang-tidy configuration and enforce standard C++17
CLANG-TIDY FIXES:
- Remove problematic semicolon from clang-tidy command
- Changed 'clang-tidy;' to 'clang-tidy' (empty argument was causing errors)
- Fixed 'unable to handle compilation' error
C++17 STANDARD ENFORCEMENT:
- Added CMAKE_CXX_EXTENSIONS=OFF to all presets
- Forces standard C++17 instead of GNU++17
- Ensures consistent compilation across all build types
TESTING:
- Verified clang-tidy preset now builds successfully
- Confirmed standard C++17 usage1 parent 2bd17ec commit 7226baf
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments