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 e8eee76 + 71a6497 commit 894e3ceCopy full SHA for 894e3ce
1 file changed
.clang-tidy
@@ -1,13 +1,15 @@
1
Checks: '*,
2
-altera-unroll-loops,
3
-llvmlibc-callee-namespace,
4
+ -llvmlibc-implementation-in-namespace,
5
-llvmlibc-restrict-system-libc-headers,
6
-llvm-header-guard,
7
-llvm-namespace-comment,
8
-google-build-using-namespace,
9
-google-runtime-int,
10
-google-readability-namespace-comments,
11
-fuchsia-statically-constructed-objects,
12
+ -cppcoreguidelines-prefer-member-initializer,
13
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
14
-cppcoreguidelines-pro-bounds-constant-array-index,
15
-cppcoreguidelines-pro-type-static-cast-downcast,
0 commit comments