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
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