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

Fix overzealous assertion in GRExprEngine::VisitLValue(). A

CallExpr/ObjCMessageExpr can be visited in an "lvalue" context if it
returns a struct temporary.  Currently the analyzer doesn't reason
about struct temporary returned by function calls, but we shouldn't
crash here either.

llvm-svn: 93081
parent 2bfa167d
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