summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* DeleteNullPointerCheck now deletes until the end brace of the condition.Mads Ravn2019-05-261-3/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy] Small cleanup. NFC.Alexander Kornienko2017-03-201-10/+4
* [clang-tidy] Fix for bug 31838: readability-delete-null-pointer does not work...Mads Ravn2017-02-121-1/+1
* [clang-tidy] Fix for bug 31838: readability-delete-null-pointer does not work...Mads Ravn2017-02-121-5/+14
* [clang-tidy] Add delete null pointer check.Gabor Horvath2016-12-311-0/+76
OpenPOWER on IntegriCloud