summaryrefslogtreecommitdiffstats
path: root/clang-tidy/readability/UniqueptrDeleteReleaseCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+0
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-3/+2
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-5/+5
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-0/+2
* Added check uniqueptr-delete-release to replace "delete x.release()" with "x ...Samuel Benzaquen2015-10-191-0/+69