mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
618fb23fc9
Use clang-tidy's performance-unnecessary-value-param checker to find value parameter declarations of expensive to copy types that are not modified inside the function. Ignore findings in kwsys. After applying the fix-its, manually change `const T&` to `T const&`.
4.1 KiB
4.1 KiB