Commits
Manman Ren committed 91a2eef1d37
SILParser: parsing generic code. We parse the substitution of [Partial]ApplyInst as AST type to fix type mismatch issues between SILFunctionType and FunctionType. With this commit, we can parse the sil file generated from "-emit-silgen optional.swift". rdar://14443287 Swift SVN r15246