Skip to content

Commit 0712a5f

Browse files
committed
ReleaseNotes: fix sorting, spotted by Eugene Zelenko
llvm-svn: 356033
1 parent a73e76a commit 0712a5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,18 +252,18 @@ Improvements to clang-tidy
252252
Adds ``[[nodiscard]]`` attributes (introduced in C++17) to member functions
253253
to highlight at compile time which return values should not be ignored.
254254

255-
- New :doc:`readability-isolate-decl
256-
<clang-tidy/checks/readability-isolate-declaration>` check.
257-
258-
Detects local variable declarations declaring more than one variable and
259-
tries to refactor the code to one statement per declaration.
260-
261255
- New :doc:`readability-const-return-type
262256
<clang-tidy/checks/readability-const-return-type>` check.
263257

264258
Checks for functions with a ``const``-qualified return type and recommends
265259
removal of the ``const`` keyword.
266260

261+
- New :doc:`readability-isolate-decl
262+
<clang-tidy/checks/readability-isolate-declaration>` check.
263+
264+
Detects local variable declarations declaring more than one variable and
265+
tries to refactor the code to one statement per declaration.
266+
267267
- New :doc:`readability-magic-numbers
268268
<clang-tidy/checks/readability-magic-numbers>` check.
269269

0 commit comments

Comments
 (0)