fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.83k stars 2.42k forks source link

README.md: update to remove "not yet release" remarks on clang-tidy #4008

Closed tchaikov closed 3 weeks ago

tchaikov commented 3 weeks ago

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.

vitaut commented 3 weeks ago

Thanks