Skip to content

Commit 4cf746f

Browse files
authored
Merge pull request #793 from Riksu9000/tidy_warnings
Exclude some clang-tidy checks
2 parents e051504 + 22f167d commit 4cf746f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Checks: '*,
22
-altera-unroll-loops,
33
-llvmlibc-callee-namespace,
4+
-llvmlibc-restrict-system-libc-headers,
45
-llvm-header-guard,
56
-llvm-namespace-comment,
67
-google-build-using-namespace,
@@ -9,6 +10,7 @@ Checks: '*,
910
-fuchsia-statically-constructed-objects,
1011
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
1112
-cppcoreguidelines-pro-bounds-constant-array-index,
13+
-cppcoreguidelines-pro-type-static-cast-downcast,
1214
-cppcoreguidelines-pro-type-union-access,
1315
-cppcoreguidelines-pro-type-cstyle-cast,
1416
-cppcoreguidelines-pro-type-vararg,

0 commit comments

Comments
 (0)