Skip to content

Commit 7446a41

Browse files
floventflovent
authored andcommitted
keep alpha order for release note
1 parent e42a812 commit 7446a41

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
@@ -216,6 +216,10 @@ Changes in existing checks
216216
<clang-tidy/checks/cppcoreguidelines/missing-std-forward>` check by adding a
217217
flag to specify the function used for forwarding instead of ``std::forward``.
218218

219+
- Improved :doc:`cppcoreguidelines-pro-bounds-pointer-arithmetic
220+
<clang-tidy/checks/cppcoreguidelines/pro-bounds-pointer-arithmetic>` check by
221+
fix false positives related to operator overloading and templates.
222+
219223
- Improved :doc:`cppcoreguidelines-rvalue-reference-param-not-moved
220224
<clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved>` check
221225
by adding a flag to specify the function used for moving instead of
@@ -336,10 +340,6 @@ Changes in existing checks
336340
<clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
337341
some false positives involving smart pointers to arrays.
338342

339-
- Improved :doc:`cppcoreguidelines-pro-bounds-pointer-arithmetic
340-
<clang-tidy/checks/cppcoreguidelines/pro-bounds-pointer-arithmetic>` check by
341-
fix false positives related to operator overloading and templates.
342-
343343
Removed checks
344344
^^^^^^^^^^^^^^
345345

0 commit comments

Comments
 (0)