summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-281-4/+3
* [analyzer] Do not run visitors until the fixpoint, run only once.George Karpenkov2018-06-261-3/+1
* [clang] Remove redundant return [NFC]Mandeep Singh Grang2017-11-131-2/+0
* Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie2017-01-051-9/+9
* [analyzer] Fix capitalization in ObjCSuperDealloc checker diagnostic.Devin Coughlin2016-11-011-1/+1
* Move class into anonymous namespace. NFC.Benjamin Kramer2016-03-041-0/+2
* [analyzer] Fix capitalization in ObjCSuperDeallocChecker diagnostic.Devin Coughlin2016-03-021-1/+1
* [analyzer] Prune some incorrect \param doc comment annotations.Devin Coughlin2016-02-261-3/+3
* [analyzer] Shorten ObjcSuperDeallocChecker diagnostics.Devin Coughlin2016-02-261-2/+2
* [analyzer] Fix a memory error in r261935 caught by the Windows bots.Devin Coughlin2016-02-261-2/+2
* [analyzer] Warn on use of 'self' after call to to [super dealloc].Devin Coughlin2016-02-251-24/+119
* [analyzer] Detect duplicate [super dealloc] callsDevin Coughlin2016-02-221-0/+197