From 0b4114544347985dcfade6fb499fc43c99cb6631 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 10 Apr 2021 08:31:47 -0700 Subject: [PATCH] Update README.rst --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 08dfe2d4..c77fccbe 100644 --- a/README.rst +++ b/README.rst @@ -289,6 +289,13 @@ Then you can run the speed test:: or the bloat test:: $ make bloat-test + +Migrating code +-------------- + +`clang-tidy-fmt `_ provides clang +tidy checks for converting occurrences of `printf` and `fprintf` to +`fmt::print`. Projects using this library ---------------------------