[clang-tools-extra] [clang-tidy] Fix `cppcoreguidelines-missing-std-forward` false positive for deleted functions (PR #83055)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 13:07:06 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.
+
----------------
5chmidti wrote:

Nit: I think the release note should follow the convention of other changes by starting with `Improved` (I realize the release note after this is not doing that, but every other check is).

https://github.com/llvm/llvm-project/pull/83055


More information about the cfe-commits mailing list