Skip to content

Commit 32771c5

Browse files
authored
Suppress more Clang-Tidy warnings (#4879)
1 parent e00484f commit 32771c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.clang-tidy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Checks: '*,
4545
-hicpp-uppercase-literal-suffix,
4646
-llvm-header-guard,
4747
-llvm-include-order,
48+
-llvm-prefer-static-over-anonymous-namespace,
4849
-llvmlibc-*,
4950
-misc-use-anonymous-namespace,
5051
-misc-confusable-identifiers,
@@ -67,7 +68,8 @@ Checks: '*,
6768
-readability-magic-numbers,
6869
-readability-redundant-access-specifiers,
6970
-readability-simplify-boolean-expr,
70-
-readability-uppercase-literal-suffix'
71+
-readability-uppercase-literal-suffix,
72+
-readability-use-concise-preprocessor-directives'
7173

7274
CheckOptions:
7375
- key: hicpp-special-member-functions.AllowSoleDefaultDtor

0 commit comments

Comments
 (0)