Commits

Manman Ren committed 80ffd6e6933
Parse generic parameters in SIL function definition. sil_type: '$' '*'? attribute-list (generic-params)? type Refactor parseTypeAnnotation to separate applyAttributeToType which can be used from SILParser. Swift SVN r6209