This is an archive of the discontinued LLVM Phabricator instance.

Make hasLHS and hasRHS matchers available for ArraySubscriptExpr
ClosedPublic

Authored by alexfh on Oct 30 2015, 1:59 PM.

Details

Summary

The hasBase and hasIndex don't tell anything about the position of the
base and the index in the code, so we need hasLHS and hasRHS in some cases.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 38831.Oct 30 2015, 1:59 PM
alexfh retitled this revision from to Make hasLHS and hasRHS matchers available for ArraySubscriptExpr.
alexfh updated this object.
alexfh added a reviewer: klimek.
alexfh added a subscriber: cfe-commits.
klimek accepted this revision.Oct 31 2015, 5:48 PM
klimek edited edge metadata.

lg

This revision is now accepted and ready to land.Oct 31 2015, 5:48 PM
alexfh closed this revision.Nov 2 2015, 2:25 PM