File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ Checks: >
7070 -readability-implicit-bool-conversion,
7171 -readability-isolate-declaration,
7272 -readability-magic-numbers,
73+ -readability-redundant-parentheses,
7374 -readability-suspicious-call-argument,
7475 -readability-uppercase-literal-suffix,
7576 -readability-use-concise-preprocessor-directives,
Original file line number Diff line number Diff line change @@ -159,6 +159,10 @@ These apply to codebases which use later standards then C++11 (C++17 is used whe
159159
160160We are not interested in this.
161161
162+ ` readability-redundant-parentheses ` <br />
163+
164+ Reports false positives - see https://github.com/llvm/llvm-project/issues/164125 .
165+
162166### Disabled for performance reasons
163167
164168` portability-std-allocator-const ` <br />
You can’t perform that action at this time.
0 commit comments