[PATCH] D143342: [clang-tidy] Support std::format and std::print in readability-redundant-string-cstr
Mike Crowe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 5 08:02:29 PST 2023
mikecrowe added a comment.
This check can also work trivially for fmt::format and fmt::print[1] too (in fact, that's what I'm actually using), if the project would allow them to be added too.
[1] https://fmt.dev/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143342/new/
https://reviews.llvm.org/D143342
More information about the cfe-commits
mailing list