Daniel Pfeifer 618fb23fc9 Pass arguments that are not modified as const&.
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&`.
2016-05-26 21:58:51 +02:00
..
2015-12-18 10:02:07 -05:00
2015-12-18 10:02:07 -05:00
2016-05-26 00:03:52 -04:00
2016-04-29 13:58:31 -04:00