]> granicus.if.org Git - clang/commit
Remove throw() from Stmt::operator new so the compiler will omit the null check on...
authorCraig Topper <craig.topper@gmail.com>
Sun, 18 Aug 2013 17:45:38 +0000 (17:45 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 18 Aug 2013 17:45:38 +0000 (17:45 +0000)
commit5b3ebb4356ac62abd8767c4c3388b773d9d61802
treebe963f434718f33e4b965bd29336bf9d50eed3aa
parentc138ff58683565a0b7f29fd28ac8577710aa5751
Remove throw() from Stmt::operator new so the compiler will omit the null check on the result since ASTContext allocator won't return null.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188641 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/AST/Stmt.cpp