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 7e0535c commit 5be04e1Copy full SHA for 5be04e1
.clang-tidy
@@ -7,6 +7,7 @@ Checks: >
7
-bugprone-suspicious-include,
8
-bugprone-unhandled-exception-at-new,
9
clang-analyzer-*,
10
+ -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
11
12
# Turn all the warnings from the checks above into errors.
13
WarningsAsErrors: '*'
0 commit comments