This does not show any noticeable performance gain in the benchmarks, but it can avoid introducing performance issues in the future.
https://clang.llvm.org/extra/clang-tidy/checks/performance/no-automatic-move.html
This is a backport of core#26758
Differential D18071
clang-tidy: Add `performance-no-automatic-move` check PiRK on Sat, May 10, 09:54. Authored by Tags None Subscribers None
Details
This does not show any noticeable performance gain in the benchmarks, but it can avoid introducing performance issues in the future. https://clang.llvm.org/extra/clang-tidy/checks/performance/no-automatic-move.html This is a backport of core#26758 cmake .. -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DENABLE_CLANG_TIDY=ON ninja all check-all
Diff Detail
|