[clang-tools-extra] [clang-tidy] Fix `cppcoreguidelines-missing-std-forward` false positive for deleted functions (PR #83055)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 26 23:42:42 PST 2024
================
@@ -134,6 +134,10 @@ Changes in existing checks
<clang-tidy/checks/bugprone/unused-local-non-trivial-variable>` check by
ignoring local variable with ``[maybe_unused]`` attribute.
+- Fixed :doc:`cppcoreguidelines-missing-std-forward
+ <clang-tidy/checks/cppcoreguidelines/missing-std-forward>` check giving false
+ positives for deleted functions.
+
----------------
AMS21 wrote:
Sure looks more consistent :)
https://github.com/llvm/llvm-project/pull/83055
More information about the cfe-commits
mailing list