[PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator

Dominic Chen via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 11:03:07 PST 2016


ddcc added a comment.

I believe you're correct, the original code terminates early because of the short circuit evaluation on line 553, and visits all reachable nodes but doesn't recurse on non-SymbolData.


https://reviews.llvm.org/D26773





More information about the cfe-commits mailing list