diff options
author | Mads Ravn <madsravn@gmail.com> | 2016-05-24 15:00:16 +0000 |
---|---|---|
committer | Mads Ravn <madsravn@gmail.com> | 2016-05-24 15:00:16 +0000 |
commit | 7175c2ce4d669e8ca2e97ec01eca86b7764173f6 (patch) | |
tree | 84b42c954c2f153dad7cba50039912ace857deba /llvm/lib/Analysis/DivergenceAnalysis.cpp | |
parent | ad5b55a2776a9beb675c4172093fe7d067dc9907 (diff) | |
download | bcm5719-llvm-7175c2ce4d669e8ca2e97ec01eca86b7764173f6.tar.gz bcm5719-llvm-7175c2ce4d669e8ca2e97ec01eca86b7764173f6.zip |
[clang-tidy] modernize-pass-by-value bugfix
Modified the clang-tidy PassByValue check. It now stops adding std::move to type which is trivially copyable because that caused the clang-tidy MoveConstArg to complain and revert, thus creating a cycle.
I have also added a lit-style test to verify the bugfix.
This is the bug on bugzilla: https://llvm.org/bugs/show_bug.cgi?id=27731
This is the code review on phabricator: http://reviews.llvm.org/D20365
llvm-svn: 270565
Diffstat (limited to 'llvm/lib/Analysis/DivergenceAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions