summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.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-29/+25
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-12/+12
* [clang-tidy] introduce legacy resource functions to 'cppcoreguidelines-owning...Jonas Toth2017-10-181-3/+71
* [clang-tidy] Emit note for variable declaration that are later deletedJonas Toth2017-10-041-4/+14
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+316
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-121-315/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+315
OpenPOWER on IntegriCloud