Skip to content
Commit 94cc33f3 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Convert GRExprEngine::VisitCallExpr() to use a worklist instead of recursion...

Convert GRExprEngine::VisitCallExpr() to use a worklist instead of recursion to evaluate the arguments of a CallExpr.  This simplifies the logic and makes it easier to read.  (it also avoids any issues with blowing out the stack if the CallExpr had a ridiculous number of arguments)

llvm-svn: 91613
parent 50272752
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