Commits

Chris Lattner committed d46a289470d
allow tok::period (not just tok::period_prefix) when starting a prefix unary operator for a member element reference. This improves error recovery and fixes cases where we'd reject invalid code in unspaced situations (like "(.x)") this fixes rdar://20251513. Swift SVN r26406