Commits

Doug Gregor committed 33d8b469d4f
[SE-0111] Store argument labels directly on subscript expressions. Factor out the trailing storage of call arguments, since we'll need it for a few different kinds of expression nodes. Use it for both CallExpr (which already had this storage, albeit with a specialized implementation) and now SubscriptExpr.