Merge pull request #793 from Riksu9000/tidy_warnings
Exclude some clang-tidy checks
This commit is contained in:
commit
4cf746f167
|
@ -1,6 +1,7 @@
|
|||
Checks: '*,
|
||||
-altera-unroll-loops,
|
||||
-llvmlibc-callee-namespace,
|
||||
-llvmlibc-restrict-system-libc-headers,
|
||||
-llvm-header-guard,
|
||||
-llvm-namespace-comment,
|
||||
-google-build-using-namespace,
|
||||
|
@ -9,6 +10,7 @@ Checks: '*,
|
|||
-fuchsia-statically-constructed-objects,
|
||||
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
||||
-cppcoreguidelines-pro-bounds-constant-array-index,
|
||||
-cppcoreguidelines-pro-type-static-cast-downcast,
|
||||
-cppcoreguidelines-pro-type-union-access,
|
||||
-cppcoreguidelines-pro-type-cstyle-cast,
|
||||
-cppcoreguidelines-pro-type-vararg,
|
||||
|
|
Loading…
Reference in New Issue
Block a user