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.
MissingIncludes
1 parent 7900e2d commit 066fc38Copy full SHA for 066fc38
cmake/common/targets/clang-tidy.config
@@ -5,3 +5,8 @@ Checks: '-*,bugprone-*,clang-analyzer-*,clang-diagnostic-*,modernize-*,concurren
5
WarningsAsErrors: '*'
6
HeaderFilterRegex: ''
7
FormatStyle: none
8
+CheckOptions:
9
+ # See https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html
10
+ # Otherwise ClangTidy wants us to directly include private headers from our modules
11
+ - key: misc-include-cleaner.MissingIncludes
12
+ value: 'false'
0 commit comments