"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "716efbfc63c53a37a05fbd6f5e6969e59cb9aceb"
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