summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/no-exceptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disallow try/catch/throw when exceptions are disabled.Anders Carlsson2011-02-191-0/+14
| | | | llvm-svn: 126039
* Restore r101841 without modification. Also mark 'operator delete' as used forJohn McCall2010-04-201-0/+21
| | | | | | actual delete expressions, not just new expressions. llvm-svn: 101861
* Revert r101841 and follow-up.John McCall2010-04-201-21/+0
| | | | llvm-svn: 101859
* Use __SIZE_TYPE__ as suggested by dgregor.John McCall2010-04-201-1/+1
| | | | llvm-svn: 101857
* Don't bother looking for (or diagnosing problems with) the 'operator delete'John McCall2010-04-201-0/+21
associated with a new expression if -fno-exceptions is set. llvm-svn: 101841
OpenPOWER on IntegriCloud