[PATCH] D27600: [analyzer] Refine the diagnostics in the nullability checker to differentiate between nil and null
Devin Coughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 9 09:05:58 PST 2016
dcoughlin added a comment.
I think in the 'null' case it might be better to keep it as "Null passed" or even "Null value passed". This is different than the 'nil' case because the diagnostic is not referring to a literal.
https://reviews.llvm.org/D27600
More information about the cfe-commits
mailing list