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 @@ -187,11 +187,6 @@ Changes in existing checks
187
187
<clang-tidy/checks/concurrency/mt-unsafe>` check by fixing a false positive
188
188
where ``strerror `` was flagged as MT-unsafe.
189
189
190
- - Improved :doc: `readability-math-missing-parentheses
191
- <clang-tidy/checks/readability/math-missing-parentheses>` check by fixing
192
- false negatives where math expressions are the operand of assignment operators
193
- or comparison operators.
194
-
195
190
- Improved :doc: `misc-const-correctness
196
191
<clang-tidy/checks/misc/const-correctness>` check by adding the option
197
192
`AllowedTypes `, that excludes specified types from const-correctness
@@ -250,6 +245,11 @@ Changes in existing checks
250
245
tolerating fix-it breaking compilation when functions is used as pointers
251
246
to avoid matching usage of functions within the current compilation unit.
252
247
248
+ - Improved :doc: `readability-math-missing-parentheses
249
+ <clang-tidy/checks/readability/math-missing-parentheses>` check by fixing
250
+ false negatives where math expressions are the operand of assignment operators
251
+ or comparison operators.
252
+
253
253
- Improved :doc: `readability-qualified-auto
254
254
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
255
255
`AllowedTypes `, that excludes specified types from adding qualifiers.
You can’t perform that action at this time.
0 commit comments