Skip to content
Commit 15c1e368 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent dc520b0f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment