[clang-tools-extra] [clang-tidy] Fix false positive in bugprone-use-after-move with std::forward on derived classes (PR #199905)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 3 04:29:30 PDT 2026
================
@@ -457,6 +457,8 @@ Changes in existing checks
`CheckedReturnTypes` option from :doc:`bugprone-unused-return-value
<clang-tidy/checks/bugprone/unused-return-value>`, which caused false
positives on functions returning ``std::error_code`` or similar types.
+ - Avoid false positives when forwarding derived objects to base class
----------------
zeyi2 wrote:
Looks like incorrect merge?
https://github.com/llvm/llvm-project/pull/199905
More information about the cfe-commits
mailing list