[PATCH] D11468: [Static Analyzer] The first implementation of nullability checker.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 26 13:31:43 PDT 2015


xazax.hun updated this revision to Diff 33239.
xazax.hun added a comment.

- Fine tuned the heuristics for cocoa APIs.
- Only track "nullable" and "contradicted" nullability for symbols. Use the rest statically.
- Cleanups.


http://reviews.llvm.org/D11468

Files:
  docs/analyzer/nullability.rst
  lib/StaticAnalyzer/Checkers/CMakeLists.txt
  lib/StaticAnalyzer/Checkers/Checkers.td
  lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  test/Analysis/nullability.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11468.33239.patch
Type: text/x-patch
Size: 47166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150826/5f455071/attachment-0001.bin>


More information about the cfe-commits mailing list