Add CursorVisitor::VisitBinaryOperator() to explicitly handle the case where...
Add CursorVisitor::VisitBinaryOperator() to explicitly handle the case where we can blow out the stack due to deeply nested BinaryOperators. This is done by turning the explicit recursion into being data recursive. Fixes: <rdar://problem/8289205> llvm-svn: 118444
Loading
Please register or sign in to comment