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 c7964b6 commit 8141182Copy full SHA for 8141182
.clang-tidy
@@ -1,4 +1,6 @@
1
---
2
+# `misc-include-cleaner` is excluded since currently there's no way to tell clang-tidy to use <range/v3/all.hpp> instead
3
+# of single headers
4
Checks: >
5
clang-diagnostic-*,
6
clang-analyzer-*,
@@ -11,7 +13,7 @@ Checks: >
11
13
-llvm-include-order,
12
14
-llvm-qualified-auto,
15
-llvmlib*,
- -misc-include-cleaner, # Excluded since currently there's no way to tell clang-tidy to use <range/v3/all.hpp> instead of single headers
16
+ -misc-include-cleaner,
17
-readability-qualified-auto,
18
-readability-static-accessed-through-instance,
19
-zircon*,
0 commit comments