clang-tidy : disable warning about missing math parenthesis (#13091)
This commit is contained in:
parent
7c727fbe39
commit
572b3141d3
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ Checks: >
|
|||
-readability-magic-numbers,
|
||||
-readability-uppercase-literal-suffix,
|
||||
-readability-simplify-boolean-expr,
|
||||
-readability-math-missing-parentheses,
|
||||
clang-analyzer-*,
|
||||
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
|
||||
performance-*,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue