aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/UseAfterMoveCheck.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16[clang-tidy] Treat references to smart pointers correctly in use-after-move.Martin Bohme
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-10-04[clang-tidy] Sequence statements with multiple parents correctly (PR39149)Martin Bohme
2018-08-13[clang-tidy] Recognize [[clang::reinitializes]] attribute in bugprone-use-aft...Martin Bohme
2017-11-24[clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko