Skip to content

Commit cc4d124

Browse files
committed
README.md: update to remove "not yet release" remarks on clang-tidy
clang v18 was released, see https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.6 so let's drop the remarks of "not yet released", and encourage user to the latest stable release of clang-tidy. Signed-off-by: Kefu Chai <tchaikov@gmail.com>
1 parent 18a325f commit cc4d124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@ or the bloat test:
265265

266266
# Migrating code
267267

268-
[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) v17 (not yet
269-
released) provides the
268+
[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) v18 provides the
270269
[modernize-use-std-print](https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-std-print.html)
271270
check that is capable of converting occurrences of `printf` and
272271
`fprintf` to `fmt::print` if configured to do so. (By default it

0 commit comments

Comments
 (0)