[clang-tools-extra] 6e2d94a - [clang-tidy][NFC] Relase notes for modernize-use-std-print
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 28 12:44:41 PDT 2023
Author: Piotr Zegar
Date: 2023-08-28T19:44:24Z
New Revision: 6e2d94a40d17832a04de7bb5294388fbf7f95991
URL: https://github.com/llvm/llvm-project/commit/6e2d94a40d17832a04de7bb5294388fbf7f95991
DIFF: https://github.com/llvm/llvm-project/commit/6e2d94a40d17832a04de7bb5294388fbf7f95991.diff
LOG: [clang-tidy][NFC] Relase notes for modernize-use-std-print
Update release notes for modernize-use-std-print check.
Post D156616 action.
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 54fd0ed0263208..e17cf863d9a72d 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -230,6 +230,10 @@ Changes in existing checks
<clang-tidy/checks/modernize/loop-convert>` to support for-loops with
iterators initialized by free functions like ``begin``, ``end``, or ``size``.
+- Improved :doc:`modernize-use-std-print
+ <clang-tidy/checks/modernize/use-std-print>` check to accurately generate
+ fixes for reordering arguments.
+
- Improved :doc:`performance-faster-string-find
<clang-tidy/checks/performance/faster-string-find>` check to properly escape
single quotes.
More information about the cfe-commits
mailing list