summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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