From 9fff1ddb560cbb14ba661af2c33b768f3071be9a Mon Sep 17 00:00:00 2001 From: Chris Cotter Date: Tue, 10 Jan 2023 17:37:05 +0000 Subject: [PATCH] [NFC] [clang-tools-extra] Alphabetize clang-tidy release notes Alphabetize order of clang-tidy release notes, and fix `:doc:` link. Reviewed By: Eugene.Zelenko Differential Revision: https://reviews.llvm.org/D141391 --- clang-tools-extra/docs/ReleaseNotes.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 70d26db..a9fcc5a 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -167,6 +167,16 @@ Changes in existing checks ` check for exceptions thrown by code emitted from macros in system headers. +- Improved :doc:`misc-redundant-expression ` + check. + + The check now skips concept definitions since redundant expressions still make sense + inside them. + +- Improved :doc:`modernize-loop-convert ` + to check for container functions ``begin``/``end`` etc on base classes of the container + type, instead of only as direct members of the container type itself. + - Improved :doc:`modernize-use-emplace ` check. @@ -206,20 +216,10 @@ Changes in existing checks ` to not warn about `const` value parameters of declarations inside macros. -- Improved :doc:`misc-redundant-expression ` - check. - - The check now skips concept definitions since redundant expressions still make sense - inside them. - - Support removing ``c_str`` calls from ``std::string_view`` constructor calls in - :doc: `readability-redundant-string-cstr ` + :doc:`readability-redundant-string-cstr ` check. -- Improved :doc:`modernize-loop-convert ` - to check for container functions ``begin``/``end`` etc on base classes of the container - type, instead of only as direct members of the container type itself. - Removed checks ^^^^^^^^^^^^^^ -- 2.7.4