aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.unary/expr.new/p19.cpp
AgeCommit message (Collapse)Author
2010-04-20Restore r101841 without modification. Also mark 'operator delete' as used forJohn McCall
actual delete expressions, not just new expressions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101861 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-20Revert r101841 and follow-up.John McCall
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101859 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-20Don't bother looking for (or diagnosing problems with) the 'operator delete'John McCall
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
2010-02-26Implement semantic analysis for C++ [expr.new]p18-20, which describeDouglas Gregor
how we find the operator delete that matches withe operator new we found in a C++ new-expression. This will also need CodeGen support. On a happy note, we're now a "nans" away from building tramp3d-v4. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97209 91177308-0d34-0410-b5e6-96231b3b80d8