[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:45:46 PDT 2018
    
    
  
baloghadamsoftware added a comment.
In https://reviews.llvm.org/D52360#1246443, @danilaml wrote:
> Would that also skip checks for something like `shared_ptr`?
Yes, everything ending on `pointer`, `ptr`, `reference` or `ref`, first letter case insensitive.
Repository:
  rCTE Clang Tools Extra
https://reviews.llvm.org/D52360
    
    
More information about the cfe-commits
mailing list