summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+0
* [clang-tidy] Fix doxygen errors. NFC.Alexander Kornienko2016-06-171-2/+2
* [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/+35
OpenPOWER on IntegriCloud