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 e6a324e commit 1f3e4d0Copy full SHA for 1f3e4d0
.clang-tidy
@@ -20,6 +20,7 @@ Checks:
20
- '-*readability-braces-around-statements'
21
- '-bugprone-assignment-in-if-condition'
22
- '-bugprone-branch-clone'
23
+- '-bugprone-crtp-constructor-accessibility'
24
- '-bugprone-easily-swappable-parameters'
25
- '-bugprone-implicit-widening-of-multiplication-result'
26
- '-bugprone-inc-dec-in-conditions'
@@ -29,6 +30,7 @@ Checks:
29
30
- '-cert-err33-c'
31
- '-cert-err58-cpp'
32
- '-clang-analyzer-core.CallAndMessage'
33
+- '-clang-analyzer-cplusplus.Move'
34
- '-clang-analyzer-deadcode.DeadStores'
35
- '-clang-analyzer-optin.performance.Padding'
36
- '-clang-diagnostic-missing-include-dirs'
0 commit comments