We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
readability-redundant-parentheses
1 parent d5936a6 commit 3136c20Copy full SHA for 3136c20
2 files changed
.clang-tidy
@@ -70,6 +70,7 @@ Checks: >
70
-readability-implicit-bool-conversion,
71
-readability-isolate-declaration,
72
-readability-magic-numbers,
73
+ -readability-redundant-parentheses,
74
-readability-suspicious-call-argument,
75
-readability-uppercase-literal-suffix,
76
-readability-use-concise-preprocessor-directives,
clang-tidy.md
@@ -159,6 +159,10 @@ These apply to codebases which use later standards then C++11 (C++17 is used whe
159
160
We are not interested in this.
161
162
+`readability-redundant-parentheses`<br/>
163
+
164
+Reports false positives - see https://github.com/llvm/llvm-project/issues/164125.
165
166
### Disabled for performance reasons
167
168
`portability-std-allocator-const`<br/>
0 commit comments