Commits

Joe Groff committed 8b111587530
Parser: Allow static vars in DisallowStoredVar contexts. The contexts for which we set the DisallowStoredVar bit, currently enums and extensions, can both (theoretically) support static variables, so change PD_DisallowStoredVar to PD_DisallowStoredInstanceVar, and allow static vars to be declared in these contexts. Swift SVN r10350