Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore r101841 without modification. Also mark 'operator delete' as used for | John McCall | 2010-04-20 | 1 | -1/+1 |
| | | | | | | actual delete expressions, not just new expressions. llvm-svn: 101861 | ||||
* | Revert r101841 and follow-up. | John McCall | 2010-04-20 | 1 | -1/+1 |
| | | | | llvm-svn: 101859 | ||||
* | Don't bother looking for (or diagnosing problems with) the 'operator delete' | John McCall | 2010-04-20 | 1 | -1/+1 |
| | | | | | | associated with a new expression if -fno-exceptions is set. llvm-svn: 101841 | ||||
* | Implement semantic analysis for C++ [expr.new]p18-20, which describe | Douglas Gregor | 2010-02-26 | 1 | -0/+141 |
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. llvm-svn: 97209 |