Skip to content
  • Daniel Pfeifer's avatar
    Remove unnecessary local copies. · 27ead963
    Daniel Pfeifer authored
    Use clang-tidy's performance-unnecessary-copy-initialization checker.
    After applying the fix-its (which turns the copies into const&), revise
    the changes and see whether the copies can be removed entirely by using
    the original instead.
    27ead963