aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-11-23[clang-tidy] Detect bugs in bugprone-misplaced-operator-in-strlen-in-alloc ev...Adam Balogh
2017-11-23[clang-tidy] Add support for operator new[] in check bugprone-misplaced-opera...Adam Balogh
2017-11-23[clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh