Commits

Jordan Rose committed 308c6139f98
Change ASTContext::allocate(unsigned) to return a MutableArrayRef. ...rather than a raw pointer that points to a buffer with space for N elements. Just because we *can* get N from context doesn't mean it's convenient/safe. No functionality change. Swift SVN r11488