From 6b34834695bff1bd49013da239d2cfcd61136108 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 13 Mar 2019 08:49:53 +0000 Subject: ReleaseNotes: fix sorting, spotted by Eugene Zelenko git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/branches/release_80@356033 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 56a6cd07..7c24d28c 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 - ` 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 ` check. Checks for functions with a ``const``-qualified return type and recommends removal of the ``const`` keyword. +- New :doc:`readability-isolate-decl + ` 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 ` check. -- cgit v1.2.3