[PATCH] D11433: [Static Analyzer] Make NonNullParamChecker emit implicit null dereference events.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 27 10:12:40 PDT 2015


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

- Updated to latest trunk.
- Added a new field to the event with documentation.
- Rebased the patch on the top of nullability checker.
- Added covered cases to the nullability checker tests.


http://reviews.llvm.org/D11433

Files:
  include/clang/StaticAnalyzer/Core/Checker.h
  lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
  lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  test/Analysis/nullability.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11433.33335.patch
Type: text/x-patch
Size: 5967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150827/64e556e9/attachment-0001.bin>


More information about the cfe-commits mailing list