[clang-tools-extra] [clang-tidy] modernize-use-std-print, format: Fix checks with Abseil functions (PR #142312)
Mike Crowe via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 1 09:57:11 PDT 2025
================
@@ -232,10 +232,20 @@ Changes in existing checks
matched scenarios of ``find`` and ``rfind`` methods and fixing false
positives when those methods were called with 3 arguments.
+- Improved :doc:`modernize-use-std-print
----------------
mikecrowe wrote:
Arggh, I edited the wrong copy. You'll notice that they are exactly the wrong way around. :( Fixed now. Thanks.
https://github.com/llvm/llvm-project/pull/142312
More information about the cfe-commits
mailing list