Skip to content

Commit ea17d1b

Browse files
committed
disabled readability-redundant-parentheses for now
1 parent 1c1e692 commit ea17d1b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

clang-tidy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ These apply to codebases which use later standards then C++11 (C++17 is used whe
159159

160160
We 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/>

0 commit comments

Comments
 (0)