As a side effect of D63720 we do not need to test whether we cannot
bindLoc a value since we have already escaped it in
ExprEngine::VisitBinaryOperator() and other places.
Details
Details
- Reviewers
NoQ
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I suspect that there are a lot more potential drops of symbols that this branch catches. Even if there are currently no tests for them, i'd rather keep it until we completely get rid of unknown values.
I also doubt D63720 had anything to do with this code. In D63720 the information is lost much earlier than the bind happens.