[llvm-branch-commits] [clang-tools-extra-branch] r356033 - ReleaseNotes: fix sorting, spotted by Eugene Zelenko
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 13 01:49:53 PDT 2019
Author: hans
Date: Wed Mar 13 01:49:53 2019
New Revision: 356033
URL: http://llvm.org/viewvc/llvm-project?rev=356033&view=rev
Log:
ReleaseNotes: fix sorting, spotted by Eugene Zelenko
Modified:
clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst
Modified: clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst?rev=356033&r1=356032&r2=356033&view=diff
==============================================================================
--- clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/branches/release_80/docs/ReleaseNotes.rst Wed Mar 13 01:49:53 2019
@@ -252,18 +252,18 @@ Improvements to clang-tidy
Adds ``[[nodiscard]]`` attributes (introduced in C++17) to member functions
to highlight at compile time which return values should not be ignored.
-- New :doc:`readability-isolate-decl
- <clang-tidy/checks/readability-isolate-declaration>` check.
-
- Detects local variable declarations declaring more than one variable and
- tries to refactor the code to one statement per declaration.
-
- New :doc:`readability-const-return-type
<clang-tidy/checks/readability-const-return-type>` check.
Checks for functions with a ``const``-qualified return type and recommends
removal of the ``const`` keyword.
+- New :doc:`readability-isolate-decl
+ <clang-tidy/checks/readability-isolate-declaration>` check.
+
+ Detects local variable declarations declaring more than one variable and
+ tries to refactor the code to one statement per declaration.
+
- New :doc:`readability-magic-numbers
<clang-tidy/checks/readability-magic-numbers>` check.
More information about the llvm-branch-commits
mailing list