llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tools-extra Author: Congcong Cai (HerrCai0907) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/122910.diff 1 Files Affected: - (modified) clang-tools-extra/docs/ReleaseNotes.rst (+2-2) ``````````diff diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 3fe2f0ce01bccd..6350022ed9a8d3 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -351,8 +351,8 @@ Changes in existing checks <clang-tidy/checks/performance/move-const-arg>` check to fix a crash when an argument type is declared but not defined. -- Improved :doc:`performance-unnecessary-copy-initialization` - <clang-tidy/checks/performance/unnecessary-copy-initialization> check +- Improved :doc:`performance-unnecessary-copy-initialization + <clang-tidy/checks/performance/unnecessary-copy-initialization>` check to consider static member functions the same way as free functions. - Improved :doc:`readability-container-contains `````````` </details> https://github.com/llvm/llvm-project/pull/122910 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits