Remove throw() from Stmt::operator new so the compiler will omit the null...
Remove throw() from Stmt::operator new so the compiler will omit the null check on the result since ASTContext allocator won't return null. llvm-svn: 188641
Loading
Please sign in to comment