From cc4d1245b864535d7f6dc1f623f7abff2da317d6 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 10 Jun 2024 23:16:14 +0800 Subject: [PATCH] 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 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cb2553f..592ac291 100644 --- a/README.md +++ b/README.md @@ -265,8 +265,7 @@ or the bloat test: # Migrating code -[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) v17 (not yet -released) provides the +[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) v18 provides the [modernize-use-std-print](https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-std-print.html) check that is capable of converting occurrences of `printf` and `fprintf` to `fmt::print` if configured to do so. (By default it