Skip to content

Commit 0ac1db2

Browse files
committed
restore alphabetical order in ReleaseNotes.rst
1 parent f350b58 commit 0ac1db2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ New check aliases
182182
Changes in existing checks
183183
^^^^^^^^^^^^^^^^^^^^^^^^^^
184184

185-
- Improved :doc:`bugprone-narrowing-conversions
186-
<clang-tidy/checks/bugprone/narrowing-conversions>` check by fixing
187-
false positive from analysis of a conditional expression in C.
188-
189185
- Improved :doc:`bugprone-crtp-constructor-accessibility
190186
<clang-tidy/checks/bugprone/crtp-constructor-accessibility>` check by fixing
191187
false positives on deleted constructors that cannot be used to construct
@@ -199,6 +195,10 @@ Changes in existing checks
199195
<clang-tidy/checks/bugprone/multi-level-implicit-pointer-conversion>` to
200196
choose whether to enable the check in C code or not.
201197

198+
- Improved :doc:`bugprone-narrowing-conversions
199+
<clang-tidy/checks/bugprone/narrowing-conversions>` check by fixing
200+
false positive from analysis of a conditional expression in C.
201+
202202
- Improved :doc:`bugprone-optional-value-conversion
203203
<clang-tidy/checks/bugprone/optional-value-conversion>` check to detect
204204
conversion in argument of ``std::make_optional``.

0 commit comments

Comments
 (0)