Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow try/catch/throw when exceptions are disabled. | Anders Carlsson | 2011-02-19 | 1 | -0/+14 |
| | | | | llvm-svn: 126039 | ||||
* | Restore r101841 without modification. Also mark 'operator delete' as used for | John McCall | 2010-04-20 | 1 | -0/+21 |
| | | | | | | actual delete expressions, not just new expressions. llvm-svn: 101861 | ||||
* | Revert r101841 and follow-up. | John McCall | 2010-04-20 | 1 | -21/+0 |
| | | | | llvm-svn: 101859 | ||||
* | Use __SIZE_TYPE__ as suggested by dgregor. | John McCall | 2010-04-20 | 1 | -1/+1 |
| | | | | llvm-svn: 101857 | ||||
* | Don't bother looking for (or diagnosing problems with) the 'operator delete' | John McCall | 2010-04-20 | 1 | -0/+21 |
associated with a new expression if -fno-exceptions is set. llvm-svn: 101841 |