Skip to content

Commit af8f4e5

Browse files
Fix alphabetical order in ReleaseNotes
1 parent b6d3a40 commit af8f4e5

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
@@ -212,6 +212,10 @@ Changes in existing checks
212212
<clang-tidy/checks/cppcoreguidelines/avoid-goto>` check by adding the option
213213
`IgnoreMacros` to ignore ``goto`` labels defined in macros.
214214

215+
- Improved :doc:`cppcoreguidelines-missing-std-forward
216+
<clang-tidy/checks/cppcoreguidelines/missing-std-forward>` check by adding a
217+
flag to specify the function used for forwarding instead of ``std::forward``.
218+
215219
- Improved :doc:`cppcoreguidelines-special-member-functions
216220
<clang-tidy/checks/cppcoreguidelines/special-member-functions>` check by
217221
adding the option `IgnoreMacros` to ignore classes defined in macros.
@@ -327,10 +331,6 @@ Changes in existing checks
327331
<clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
328332
some false positives involving smart pointers to arrays.
329333

330-
- Improved :doc:`cppcoreguidelines-missing-std-forward
331-
<clang-tidy/checks/cppcoreguidelines/missing-std-forward>` check by adding a
332-
flag to specify the function used for forwarding instead of ``std::forward``.
333-
334334
Removed checks
335335
^^^^^^^^^^^^^^
336336

0 commit comments

Comments
 (0)