We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e051504 + 22f167d commit 4cf746fCopy full SHA for 4cf746f
1 file changed
.clang-tidy
@@ -1,6 +1,7 @@
1
Checks: '*,
2
-altera-unroll-loops,
3
-llvmlibc-callee-namespace,
4
+ -llvmlibc-restrict-system-libc-headers,
5
-llvm-header-guard,
6
-llvm-namespace-comment,
7
-google-build-using-namespace,
@@ -9,6 +10,7 @@ Checks: '*,
9
10
-fuchsia-statically-constructed-objects,
11
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
12
-cppcoreguidelines-pro-bounds-constant-array-index,
13
+ -cppcoreguidelines-pro-type-static-cast-downcast,
14
-cppcoreguidelines-pro-type-union-access,
15
-cppcoreguidelines-pro-type-cstyle-cast,
16
-cppcoreguidelines-pro-type-vararg,
0 commit comments