[clang-tidy] Do not trigger move fix for non-copy assignment operators in performance...
authorFelix Berger <flx@google.com>
Thu, 19 Jan 2017 15:51:10 +0000 (15:51 +0000)
committerFelix Berger <flx@google.com>
Thu, 19 Jan 2017 15:51:10 +0000 (15:51 +0000)
commit08df2464073f32c997c3ab39b6a3944a75923884
tree6a4649da7f21573d8d099ade9fc0f3bf44e9e408
parentc3cb054e0cb030f447a1cf1fee2249ebc7e7b299
[clang-tidy] Do not trigger move fix for non-copy assignment operators in performance-unnecessary-value-param check

Reviewers: alexfh, sbenza, malcolm.parsons

Subscribers: JDevlieghere, cfe-commits

Differential Revision: https://reviews.llvm.org/D28899

llvm-svn: 292491
clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.cpp
clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param.cpp