Commits

Dmitri Hrybenko committed 4dbac4ee42b
Parser: improve recovery and diagnostics for "extension <type> {}" where <type> is not a type-identifier Just parse type-simple instead and let the type checker diagnose the invalid cases. The only exception is when a tuple becomes a ParenType: it is canonically equivalent to the wrapped type, and thus the parser uses the TypeRepr to diagnose that case. Swift SVN r7275