[clang-tools-extra] [clang-tidy][cppcoreguidelines-missing-std-forward] Do not warn when the parameter is used in a `static_cast`. (PR #99477)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 18 08:32:12 PDT 2024
================
@@ -518,6 +518,11 @@ Changes in existing checks
usages of ``std::string_view::compare``. Added a `StringLikeClasses` option
to detect usages of ``compare`` method in custom string-like classes.
+- Improved :doc:`cppcoreguidelines-missing-std-forward
----------------
EugeneZelenko wrote:
Please keep alphabetical order in this list (by check name).
https://github.com/llvm/llvm-project/pull/99477
More information about the cfe-commits
mailing list