[PATCH] D11433: [Static Analyzer] Make NonNullParamChecker emit implicit null dereference events.
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 21 13:31:09 PDT 2015
zaks.anna added a comment.
Please, commit this after committing the nullability checker so that this could have tests. Two tests need to be added:
1. the reference case
2. the attribute nonnull case
Also, I'd suggest adding a field to ImplicitNullDerefEvent instead of creating a new event.
http://reviews.llvm.org/D11433
More information about the cfe-commits
mailing list