mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-25 11:40:06 +00:00
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>
This commit is contained in:
parent
18a325f370
commit
cc4d1245b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user