Commits

Chris Lattner committed b3e75dd121f
Eliminate the stored "size" field in ArrayTypeRepr since it is always null, saving a word. NFC. We should also eliminate the isOldSyntax as well, and just do the error recovery in the parser (there is no need to retain the sugar here anymore), but I'll do that as a separate change since it could be behavior changing.