We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d384a8 commit 956651aCopy full SHA for 956651a
clang-tools-extra/docs/ReleaseNotes.rst
@@ -351,6 +351,11 @@ Changes in existing checks
351
<clang-tidy/checks/modernize/use-starts-ends-with>` check to also handle
352
calls to ``compare`` method.
353
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
+
359
- Improved :doc:`modernize-use-using <clang-tidy/checks/modernize/use-using>`
360
check by adding support for detection of typedefs declared on function level.
361
0 commit comments