================ @@ -133,6 +133,12 @@ New checks Finds places where structured bindings could be used to decompose pairs and suggests replacing them. +- New :doc:`performance-const-ref-copy + <clang-tidy/checks/performance/const-ref-copy>` check. + + Finds ``const T&`` parameters that are unconditionally copied into ---------------- EugeneZelenko wrote:
Please synchronize with first statement in documentation. https://github.com/llvm/llvm-project/pull/182024 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
