[PATCH] D52360: [clang-tidy] Fix for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 26 05:05:06 PDT 2018


baloghadamsoftware added a comment.

Config option is a good idea but it must not be empty by default. The checker must ignore all pointer and references by default based on their names.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52360





More information about the cfe-commits mailing list