[clang-tools-extra] [clang-tidy] Fix some false positive in bugprone-move-forwarding-reference (PR #191435)

via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 16 05:34:53 PDT 2026


================
@@ -267,6 +267,10 @@ Changes in existing checks
   <clang-tidy/checks/bugprone/macro-parentheses>` check by printing the macro
   definition in the warning message if the macro is defined on command line.
 
+- Improved :doc:`bugprone-move-forwarding-reference
+  <clang-tidy/checks/bugprone/move-forwarding-reference>` check by removing some
----------------
EugeneZelenko wrote:

```suggestion
  <clang-tidy/checks/bugprone/move-forwarding-reference>` check by fixing some
```

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


More information about the cfe-commits mailing list