We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57fda6 commit 71a6497Copy full SHA for 71a6497
.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