Skip to content

Commit

Permalink
Merge entries in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecrowe committed Oct 6, 2024
1 parent 2dd0902 commit 91a8f8d
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions clang-tools-extra/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,21 +192,13 @@ Changes in existing checks

- Improved :doc:`modernize-use-std-format
<clang-tidy/checks/modernize/use-std-format>` check to support replacing
member function calls too.

- Improved :doc:`modernize-use-std-format
<clang-tidy/checks/modernize/use-std-format>` check to only expand macros
starting with ``PRI`` and ``__PRI`` from ``<inttypes.h>`` in the format
string.
member function calls too and to only expand macros starting with ``PRI``
and ``__PRI`` from ``<inttypes.h>`` in the format string.

- Improved :doc:`modernize-use-std-print
<clang-tidy/checks/modernize/use-std-print>` check to support replacing
member function calls too.

- Improved :doc:`modernize-use-std-print
<clang-tidy/checks/modernize/use-std-print>` check to only expand macros
starting with ``PRI`` and ``__PRI`` from ``<inttypes.h>`` in the format
string.
member function calls too and to only expand macros starting with ``PRI``
and ``__PRI`` from ``<inttypes.h>`` in the format string.

- Improved :doc:`performance-avoid-endl
<clang-tidy/checks/performance/avoid-endl>` check to use ``std::endl`` as
Expand Down

0 comments on commit 91a8f8d

Please sign in to comment.