File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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
187187 <clang-tidy/checks/concurrency/mt-unsafe>` check by fixing a false positive
188188 where ``strerror `` was flagged as MT-unsafe.
189189
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-
195190- Improved :doc: `misc-const-correctness
196191 <clang-tidy/checks/misc/const-correctness>` check by adding the option
197192 `AllowedTypes `, that excludes specified types from const-correctness
@@ -250,6 +245,11 @@ Changes in existing checks
250245 tolerating fix-it breaking compilation when functions is used as pointers
251246 to avoid matching usage of functions within the current compilation unit.
252247
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+
253253- Improved :doc: `readability-qualified-auto
254254 <clang-tidy/checks/readability/qualified-auto>` check by adding the option
255255 `AllowedTypes `, that excludes specified types from adding qualifiers.
You can’t perform that action at this time.
0 commit comments