File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -176,11 +176,6 @@ Changes in existing checks
176
176
<clang-tidy/checks/concurrency/mt-unsafe>` check by fixing a false positive
177
177
where ``strerror `` was flagged as MT-unsafe.
178
178
179
- - Improved :doc: `readability-math-missing-parentheses
180
- <clang-tidy/checks/readability/math-missing-parentheses>` check by fixing
181
- false negatives where math expressions are the operand of assignment operators
182
- or comparison operators.
183
-
184
179
- Improved :doc: `misc-const-correctness
185
180
<clang-tidy/checks/misc/const-correctness>` check by adding the option
186
181
`AllowedTypes `, that excludes specified types from const-correctness
@@ -239,6 +234,11 @@ Changes in existing checks
239
234
tolerating fix-it breaking compilation when functions is used as pointers
240
235
to avoid matching usage of functions within the current compilation unit.
241
236
237
+ - Improved :doc: `readability-math-missing-parentheses
238
+ <clang-tidy/checks/readability/math-missing-parentheses>` check by fixing
239
+ false negatives where math expressions are the operand of assignment operators
240
+ or comparison operators.
241
+
242
242
Removed checks
243
243
^^^^^^^^^^^^^^
244
244
You can’t perform that action at this time.
0 commit comments