[PATCH] D32437: [analyzer] Nullability: fix a crash when adding notes inside a synthesized property accessor.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 9 23:48:47 PDT 2017
NoQ added a comment.
In https://reviews.llvm.org/D32437#750622, @zaks.anna wrote:
> > That wouldn't work this way because we'd have the completely redundant "calling property accessor" piece before that, and "returning..." after that.
>
> I think we should not print "calling" and "returning" for calling into and returning from autogenerated code,
This sounds logical, yeah, i could do that as well (though right now it doesn't work that way, and i suspect nobody tried).
https://reviews.llvm.org/D32437
More information about the cfe-commits
mailing list