Skip to content

Commit 71a6497

Browse files
committed
Remove some clang-tidy checks
1 parent a57fda6 commit 71a6497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-tidy

+2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Checks: '*,
22
-altera-unroll-loops,
33
-llvmlibc-callee-namespace,
4+
-llvmlibc-implementation-in-namespace,
45
-llvmlibc-restrict-system-libc-headers,
56
-llvm-header-guard,
67
-llvm-namespace-comment,
78
-google-build-using-namespace,
89
-google-runtime-int,
910
-google-readability-namespace-comments,
1011
-fuchsia-statically-constructed-objects,
12+
-cppcoreguidelines-prefer-member-initializer,
1113
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
1214
-cppcoreguidelines-pro-bounds-constant-array-index,
1315
-cppcoreguidelines-pro-type-static-cast-downcast,

0 commit comments

Comments
 (0)