[clang-tools-extra] [clang-tidy] Fix assert in modernize-use-std-format/print (PR #94104)
Mike Crowe via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 05:57:47 PDT 2024
================
@@ -351,6 +351,10 @@ Changes in existing checks
<clang-tidy/checks/modernize/use-starts-ends-with>` check to also handle
calls to ``compare`` method.
+- Improved :doc:`modernize-use-std-format` and
----------------
mikecrowe wrote:
I spotted that just too late...
https://github.com/llvm/llvm-project/pull/94104
More information about the cfe-commits
mailing list