[PATCH] D49910: Reviewers:

2018-07-27 Thread Martin Böhme via Phabricator via cfe-commits
mboehme updated this revision to Diff 157669. mboehme added a comment. [clang-tidy] Recognize [[clang::reinitializes]] attribute in bugprone-use-after-move. This allows member functions to be marked as reinitializing the object. After a moved-from object has been reinitialized, the check will n

[PATCH] D49910: Reviewers:

2018-07-27 Thread Martin Böhme via Phabricator via cfe-commits
mboehme created this revision. Herald added a subscriber: cfe-commits. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D49910 Files: clang-tidy/bugprone/UseAfterMoveCheck.cpp docs/clang-tidy/checks/bugprone-use-after-move.rst test/clang-tidy/bugprone-use-after-move.cpp Inde