Skip to content

Commit

Permalink
[clang-tidy] Sort release notes entries alphabetically by check name
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Jul 9, 2022
1 parent 33e2129 commit 9631922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clang-tools-extra/docs/ReleaseNotes.rst
Expand Up @@ -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.

Expand Down Expand Up @@ -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
^^^^^^^^^^^^^^

Expand Down

0 comments on commit 9631922

Please sign in to comment.