summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/MoveConstantArgumentCheck.h
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Const std::move() argument ClangTidy checkAlexander Kornienko2015-11-251-0/+31
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
OpenPOWER on IntegriCloud