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.
1 parent e00484f commit 32771c5Copy full SHA for 32771c5
.clang-tidy
@@ -45,6 +45,7 @@ Checks: '*,
45
-hicpp-uppercase-literal-suffix,
46
-llvm-header-guard,
47
-llvm-include-order,
48
+ -llvm-prefer-static-over-anonymous-namespace,
49
-llvmlibc-*,
50
-misc-use-anonymous-namespace,
51
-misc-confusable-identifiers,
@@ -67,7 +68,8 @@ Checks: '*,
67
68
-readability-magic-numbers,
69
-readability-redundant-access-specifiers,
70
-readability-simplify-boolean-expr,
- -readability-uppercase-literal-suffix'
71
+ -readability-uppercase-literal-suffix,
72
+ -readability-use-concise-preprocessor-directives'
73
74
CheckOptions:
75
- key: hicpp-special-member-functions.AllowSoleDefaultDtor
0 commit comments