[PATCH] D29183: [Analysis] Fix for call graph to correctly handle nested call expressions

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 09:17:22 PST 2017


baloghadamsoftware added a comment.

I wonder if this could also be a problem for nested messages in Objective-C, since the call for VisitChildren() is also missing from VisitObjCMessageExpr()...


https://reviews.llvm.org/D29183





More information about the cfe-commits mailing list