Skip to content

Commit 7d4d9e1

Browse files
committed
keep alpha order of note
1 parent e6c5673 commit 7d4d9e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,6 @@ Changes in existing checks
176176
<clang-tidy/checks/concurrency/mt-unsafe>` check by fixing a false positive
177177
where ``strerror`` was flagged as MT-unsafe.
178178

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-
184179
- Improved :doc:`misc-const-correctness
185180
<clang-tidy/checks/misc/const-correctness>` check by adding the option
186181
`AllowedTypes`, that excludes specified types from const-correctness
@@ -239,6 +234,11 @@ Changes in existing checks
239234
tolerating fix-it breaking compilation when functions is used as pointers
240235
to avoid matching usage of functions within the current compilation unit.
241236

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+
242242
Removed checks
243243
^^^^^^^^^^^^^^
244244

0 commit comments

Comments
 (0)