diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-11-25 15:56:11 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-11-25 15:56:11 +0000 |
commit | e4ac60d7bc115089fe78e29c304aa2fe4cb13f02 (patch) | |
tree | bbe0ed105951fa6b34858406f20a67a70dd02487 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | 25150784ae5013c34a6bc0eb7d180e08835cf297 (diff) | |
download | bcm5719-llvm-e4ac60d7bc115089fe78e29c304aa2fe4cb13f02.tar.gz bcm5719-llvm-e4ac60d7bc115089fe78e29c304aa2fe4cb13f02.zip |
[clang-tidy] Const std::move() argument ClangTidy check
ClangTidy check for finding cases when std::move() is called with const or
trivially copyable arguments, that doesn't lead to any move or argument but it
makes copy. FixIt generates patch for removing call of std::move().
Patch by Vadym Doroshenko! (+ a couple of minor fixes)
Differential Revision: http://reviews.llvm.org/D12031
llvm-svn: 254070
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions