[PATCH] D27700: [clang-tidy] refactor ExprSequence out of misc-use-after-move check

2016-12-24 Thread Marek Sokołowski via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL290489: [clang-tidy] refactor ExprSequence out of use-after-move check (authored by mnbvmar). Changed prior to commit: https://reviews.llvm.org/D27700?vs=81732=82440#toc Repository: rL LLVM

[PATCH] D27700: [clang-tidy] refactor ExprSequence out of misc-use-after-move check

2016-12-16 Thread Marek Sokołowski via Phabricator via cfe-commits
mnbvmar marked 9 inline comments as done. mnbvmar added inline comments. Comment at: clang-tidy/misc/UseAfterMoveCheck.cpp:18 using namespace clang::ast_matchers; +using namespace clang::tidy::utils; + mboehme wrote: > Prazek wrote: > > Prazek wrote: > > > I

[PATCH] D27700: [clang-tidy] refactor ExprSequence out of misc-use-after-move check

2016-12-16 Thread Marek Sokołowski via Phabricator via cfe-commits
mnbvmar updated this revision to Diff 81732. mnbvmar marked 2 inline comments as done. mnbvmar added a comment. Minor changes, according to the request. https://reviews.llvm.org/D27700 Files: clang-tidy/misc/UseAfterMoveCheck.cpp clang-tidy/utils/CMakeLists.txt