Skip to content

Commit 8ac2893

Browse files
committed
keep alpha order of note
1 parent ebccc95 commit 8ac2893

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
@@ -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.

0 commit comments

Comments
 (0)