summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Nullability: Suppress diagnostic on bind with cast.Devin Coughlin2016-04-131-6/+28
* [analyzer] Nullability: Treat nil _Nonnull ivar as invariant violation.Devin Coughlin2016-04-131-14/+56
* [analyzer] Nullability: Suppress return diagnostics in inlined functions.Devin Coughlin2016-04-121-1/+2
* [analyzer] Nullability: Don't warn along paths where null returned from non-n...Devin Coughlin2016-03-281-55/+79
* [analyzer] Nullability: add option to not report on calls to system headers.Devin Coughlin2016-03-051-2/+25
* [analyzer] Improve Nullability checker diagnosticsAnna Zaks2016-01-291-32/+60
* [analyzer] NullabilityChecker: Remove unused isReturnSelf() function.Devin Coughlin2016-01-281-16/+0
* [analyzer] Suppress nullability warnings in copy, mutableCopy, and init famil...Devin Coughlin2016-01-281-11/+10
* [analyzer] Suppress nullability warning for defensive super initializer idiom.Devin Coughlin2016-01-221-4/+33
* [analyzer] Nullability: Look through implicit casts when suppressing warnings...Devin Coughlin2016-01-181-1/+15
* [analyzer] Check for return of nil in ObjC methods with nonnull return type.Devin Coughlin2016-01-151-20/+20
* [analyzer] Suppress nullability warning for _Nonnull locals zero-initialized ...Devin Coughlin2015-12-291-1/+44
* [analyzer] Nullability: allow cast to _Nonnull to suppress warning about retu...Devin Coughlin2015-12-291-12/+23
* [analyzer] Pass value expression for inlined defensive checks when binding nu...Devin Coughlin2015-11-241-1/+30
* [analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin2015-09-161-3/+9
* [Static Analyzer] Nullability checker optimization.Gabor Horvath2015-09-141-1/+6
* [Static Analyzer] Moving nullability checkers to a top level package.Gabor Horvath2015-09-141-10/+27
* [Static Analyzer] Fixed a typo in a diagnostic message.Gabor Horvath2015-09-111-1/+1
* [Static Analyzer] Minor cleanups for the nullability checker.Gabor Horvath2015-09-111-46/+40
* [Static Analyzer] Remove sinks from nullability checks.Gabor Horvath2015-09-031-26/+146
* [Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...Gabor Horvath2015-08-271-1/+4
* [Static Analyzer] Checks to catch nullability related issues.Gabor Horvath2015-08-261-0/+838
OpenPOWER on IntegriCloud