[clang-tools-extra] [clang-tidy] Ignore non-forwarded arguments if they are unnamed (PR #87832)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 6 07:47:07 PDT 2024
================
@@ -182,6 +182,10 @@ Changes in existing checks
giving false positives for deleted functions and fix false negative when some
parameters are forwarded, but other aren't.
+- Improved :doc:`cppcoreguidelines-missing-std-forward
----------------
EugeneZelenko wrote:
Should be merged with previous entry.
https://github.com/llvm/llvm-project/pull/87832
More information about the cfe-commits
mailing list