Author: Danny Mösch Date: 2022-07-09T15:45:19+02:00 New Revision: 963192228b05e3bce86cf520e2bda5f069be9894
URL: https://github.com/llvm/llvm-project/commit/963192228b05e3bce86cf520e2bda5f069be9894 DIFF: https://github.com/llvm/llvm-project/commit/963192228b05e3bce86cf520e2bda5f069be9894.diff LOG: [clang-tidy] Sort release notes entries alphabetically by check name Added: Modified: clang-tools-extra/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 9e3bc1554f07..80bb85d1fc34 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -186,6 +186,10 @@ Changes in existing checks - Made :doc:`cert-oop57-cpp <clang-tidy/checks/cert/oop57-cpp>` more sensitive by checking for an arbitrary expression in the second argument of ``memset``. +- Made the fix-it of :doc:`cppcoreguidelines-init-variables + <clang-tidy/checks/cppcoreguidelines/init-variables>` use ``false`` to initialize + boolean variables. + - Improved :doc:`cppcoreguidelines-prefer-member-initializer <clang-tidy/checks/cppcoreguidelines/prefer-member-initializer>` check. @@ -247,10 +251,6 @@ Changes in existing checks <clang-tidy/checks/readability/simplify-boolean-expr>` to simplify expressions using DeMorgan's Theorem. -- Made the fix-it of :doc:`cppcoreguidelines-init-variables - <clang-tidy/checks/cppcoreguidelines/init-variables>` use ``false`` to initialize - boolean variables. - Removed checks ^^^^^^^^^^^^^^ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits