]> granicus.if.org Git - clang/commit
Don't bother looking for (or diagnosing problems with) the 'operator delete'
authorJohn McCall <rjmccall@apple.com>
Tue, 20 Apr 2010 00:22:43 +0000 (00:22 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 20 Apr 2010 00:22:43 +0000 (00:22 +0000)
commitaf5ece5017d59bd43ccd6dbe172a1f5b57132ff9
tree0fc80ff7a1b8e81c76cdb00de1cf7da4e521dfac
parentc077e45fa9395c4fd97d8a43c708ee07f982fe2c
Don't bother looking for (or diagnosing problems with) the 'operator delete'
associated with a new expression if -fno-exceptions is set.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101841 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/CXX/expr/expr.unary/expr.new/p19.cpp
test/CXX/expr/expr.unary/expr.new/p20-0x.cpp
test/CXX/expr/expr.unary/expr.new/p20.cpp
test/SemaCXX/no-exceptions.cpp [new file with mode: 0644]