Commits

Chris Lattner committed ee0986fa9e4
introduce a new TypeRepr to represent "inout" in the argument list to a function. Parse inout as a contextual keyword there, shoving it into the TypedPattern (instead of introducing a new kind of Pattern). This enables us to parse, sema, and irgen the new '@-less' syntax for inout. Swift SVN r13559