Make the version of Stmt::operator new that takes ASTContext* call the...
Make the version of Stmt::operator new that takes ASTContext* call the ASTContext& version in Stmt inline instead of having two out of line functions that both call to the global versions. llvm-svn: 188648
Loading
Please register or sign in to comment