Skip to content

Commit 956651a

Browse files
committed
fixup! Mention fix in release notes
Don't mention modernize-use-std-format check since it is new in this version anyway.
1 parent 6d384a8 commit 956651a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ Changes in existing checks
351351
<clang-tidy/checks/modernize/use-starts-ends-with>` check to also handle
352352
calls to ``compare`` method.
353353

354+
- Improved :doc:`modernize-use-std-print
355+
<clang-tidy/checks/modernize/use-std-print>` check to not crash if the
356+
format string parameter of the function to be replaced is not of the
357+
expected type.
358+
354359
- Improved :doc:`modernize-use-using <clang-tidy/checks/modernize/use-using>`
355360
check by adding support for detection of typedefs declared on function level.
356361

0 commit comments

Comments
 (0)