aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-05Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie1-9/+9
2016-11-01[analyzer] Fix capitalization in ObjCSuperDealloc checker diagnostic.Devin Coughlin1-1/+1
2016-03-04Move class into anonymous namespace. NFC.Benjamin Kramer1-0/+2
2016-03-02[analyzer] Fix capitalization in ObjCSuperDeallocChecker diagnostic.Devin Coughlin1-1/+1
2016-02-26[analyzer] Prune some incorrect \param doc comment annotations.Devin Coughlin1-3/+3
2016-02-26[analyzer] Shorten ObjcSuperDeallocChecker diagnostics.Devin Coughlin1-2/+2
2016-02-26[analyzer] Fix a memory error in r261935 caught by the Windows bots.Devin Coughlin1-2/+2
2016-02-25[analyzer] Warn on use of 'self' after call to to [super dealloc].Devin Coughlin1-24/+119
2016-02-22[analyzer] Detect duplicate [super dealloc] callsDevin Coughlin1-0/+197