================ @@ -170,6 +170,11 @@ Changes in existing checks when the format string is converted to a different type by an implicit constructor call. +- Improved :doc:`performance-unnecessary-copy-initialization + <clang-tidy/checks/performance/unnecessary-copy-initialization>` check by + adding detection for the local variables initialized with the member variable ---------------- movie-travel-code wrote:
I've fixed the diag messages. https://github.com/llvm/llvm-project/pull/151936 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
