Commits

Doug Gregor committed b2b621a409e
Parse the expr-call-suffix after identifier generic-args?, not generally. We don't want to parse the expr-call-suffix as a general postfix-expression; rather, we only want it when we're directly naming a method. This doesn't matter so much in the current model, but it becomes important when we move over to the newer keyword argument model. Swift SVN r13819