NoQ added a comment.

> What are these? Is there a PR?

The best explanation we currently have, with examples, is 
https://reviews.llvm.org/D24278

> It would be great if we could place a note on a parent that has location.

That's actually the best approach in my opinion, if achievable.

> For example, can we walk up the location context?

That wouldn't work this way because we'd have the completely redundant "calling 
property accessor" piece before that, and "returning..." after that. Instead, i 
guess i'd try to actually report a note either before entering the call or 
after returning from the call, so that call enter notes get pruned for having 
nothing in between.


https://reviews.llvm.org/D32437



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to