We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a325f commit cc4d124Copy full SHA for cc4d124
README.md
@@ -265,8 +265,7 @@ or the bloat test:
265
266
# Migrating code
267
268
-[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) v17 (not yet
269
-released) provides the
+[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) v18 provides the
270
[modernize-use-std-print](https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-std-print.html)
271
check that is capable of converting occurrences of `printf` and
272
`fprintf` to `fmt::print` if configured to do so. (By default it
0 commit comments