aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/InaccurateEraseCheck.cpp
AgeCommit message (Expand)Author
2019-05-03Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-11-24[clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko