summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/UseAfterMoveCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-9/+11
* [clang-tidy] misc-use-after-move: Fix failing assertionMartin Bohme2017-03-081-1/+8
* Revert "[clang-tidy] misc-use-after-move: Fix failing assertion"Martin Bohme2017-03-061-1/+1
* [clang-tidy] misc-use-after-move: Fix failing assertionMartin Bohme2017-03-061-1/+1
* [clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski2016-12-241-261/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-8/+6
* [clang-tidy] Extend misc-use-after-move to support unique_ptr and shared_ptr.Martin Bohme2016-11-021-17/+55
* [clang-tidy] Add additional diagnostic to misc-use-after-moveMartin Bohme2016-10-141-10/+14
* [clang-tidy] Add check 'misc-use-after-move'Martin Bohme2016-09-141-0/+643
OpenPOWER on IntegriCloud