This is an archive of the discontinued LLVM Phabricator instance.

Expr evaluator may want to continue into ArraySubscriptExpr if evaluation mode indicates
AcceptedPublic

Authored by nlewycky on Apr 23 2017, 1:42 PM.

Details

Reviewers
rsmith
Summary

The evaluation mode on the expression evaluator controls whether it should continue or abort evaluation. Ask it whether to continue evaluating an ArraySubscriptExpr into the index after we decide we can't evaluate the base.

Diff Detail

Event Timeline

nlewycky created this revision.Apr 23 2017, 1:42 PM
nlewycky added a subscriber: cfe-commits.
rsmith accepted this revision.Apr 27 2017, 12:20 AM

LGTM

This revision is now accepted and ready to land.Apr 27 2017, 12:20 AM