aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-05[analyzer] Nullability: fix notes around synthesized ObjC property accessors.Artem Dergachev1-1/+1
2017-05-03[analyzer] Fix memory error bug category capitalization.Artem Dergachev1-1/+1
2017-03-30Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim1-2/+2
2017-01-05Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie1-8/+11
2016-12-15[analyzer] Refine the diagnostics in the nullability checker to differentiate...Anna Zaks1-5/+10
2016-12-07[analyzer] Fix typo in nullability checker diagnosticDevin Coughlin1-1/+1
2016-11-14[analyzer] Fix crash in NullabilityChecker calling block with too few argumentsDevin Coughlin1-3/+4
2016-08-18[analyzer] Small cleanups when checkers retrieving statements from explodedGabor Horvath1-4/+1
2016-04-13[analyzer] Nullability: Suppress diagnostic on bind with cast.Devin Coughlin1-6/+28
2016-04-13[analyzer] Nullability: Treat nil _Nonnull ivar as invariant violation.Devin Coughlin1-14/+56
2016-04-12[analyzer] Nullability: Suppress return diagnostics in inlined functions.Devin Coughlin1-1/+2
2016-03-28[analyzer] Nullability: Don't warn along paths where null returned from non-n...Devin Coughlin1-55/+79
2016-03-05[analyzer] Nullability: add option to not report on calls to system headers.Devin Coughlin1-2/+25
2016-01-29[analyzer] Improve Nullability checker diagnosticsAnna Zaks1-32/+60
2016-01-28[analyzer] NullabilityChecker: Remove unused isReturnSelf() function.Devin Coughlin1-16/+0
2016-01-28[analyzer] Suppress nullability warnings in copy, mutableCopy, and init famil...Devin Coughlin1-11/+10
2016-01-22[analyzer] Suppress nullability warning for defensive super initializer idiom.Devin Coughlin1-4/+33
2016-01-18[analyzer] Nullability: Look through implicit casts when suppressing warnings...Devin Coughlin1-1/+15
2016-01-15[analyzer] Check for return of nil in ObjC methods with nonnull return type.Devin Coughlin1-20/+20
2015-12-29[analyzer] Suppress nullability warning for _Nonnull locals zero-initialized ...Devin Coughlin1-1/+44
2015-12-29[analyzer] Nullability: allow cast to _Nonnull to suppress warning about retu...Devin Coughlin1-12/+23
2015-11-24[analyzer] Pass value expression for inlined defensive checks when binding nu...Devin Coughlin1-1/+30
2015-09-16[analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin1-3/+9
2015-09-14[Static Analyzer] Nullability checker optimization.Gabor Horvath1-1/+6
2015-09-14[Static Analyzer] Moving nullability checkers to a top level package.Gabor Horvath1-10/+27
2015-09-11[Static Analyzer] Fixed a typo in a diagnostic message.Gabor Horvath1-1/+1
2015-09-11[Static Analyzer] Minor cleanups for the nullability checker.Gabor Horvath1-46/+40
2015-09-03[Static Analyzer] Remove sinks from nullability checks.Gabor Horvath1-26/+146
2015-08-27[Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...Gabor Horvath1-1/+4
2015-08-26[Static Analyzer] Checks to catch nullability related issues.Gabor Horvath1-0/+838