[PATCH] D145885: [clang-tidy] Support readability-redundant-string-cstr.StringParameterFunctions option
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 13 00:26:31 PDT 2023
PiotrZSL added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/readability/redundant-string-cstr.rst:18
+ or proper overload candidates that can do so should exist. This can be
+ used to configure functions such as fmt::format, spdlog::logger::info,
+ or wrappers around these and similar functions. The default value is the
----------------
Put function names in double ``, like ``fmt::format``, ``spdlog::logger::info``
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145885/new/
https://reviews.llvm.org/D145885
More information about the cfe-commits
mailing list