[PATCH] D52727: [clang-tidy] White List Option for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy

Balogh, Ádám via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 06:08:59 PDT 2018


baloghadamsoftware added a comment.

Maybe it should be done in a separate patch together for all checks using that utility function. So there would be no need for duplication but the original functions should be changed instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D52727





More information about the llvm-commits mailing list