Skip to content

Change function arguments to const& as suggested by clang-tidy

Darcy Beurle requested to merge perf into master

This work changes functions to use const& to avoid copies. This was done by clang-tidy.

Would it be possible to include clang-tidy checks as part of the CI?

Merge request reports