commit | 04c450c44d01169de287b64bc256d723007010da | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Mon Nov 08 21:14:15 2010 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Mon Nov 08 21:14:15 2010 +0000 |
tree | 99c9044e88a4db451895b3c7dc8a5534b3dbf05a | |
parent | da892649f9a0b6dd92eecb97c7959dc3f968241f [diff] |
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> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118444 91177308-0d34-0410-b5e6-96231b3b80d8