summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-6/+6
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+3
* [clang-tidy] Detect bugs in bugprone-misplaced-operator-in-strlen-in-alloc ev...Adam Balogh2017-11-231-4/+17
* [clang-tidy] Add support for operator new[] in check bugprone-misplaced-opera...Adam Balogh2017-11-231-2/+9
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-231-0/+92
OpenPOWER on IntegriCloud