================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
