Commits
Manman Ren committed 9023d15dcf4
SIL Parser: parse global_addr. The testing case has a global variable defined in .sil: "var x: Int = 0". When parsing the .sil file, there was an assertion failure where the type of ValueDecl for x is null. To fix the problem, we set DelayCheckingPattern to false for SIL in visitPatternBindingDecl. Swift SVN r6348