================ @@ -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:
This entry should be placed under: ``` - Improved :doc:`bugprone-use-after-move <clang-tidy/checks/bugprone/use-after-move>` check: ``` https://github.com/llvm/llvm-project/pull/199905 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
