Anders Carlsson
|
68b36aff46
|
Disallow try/catch/throw when exceptions are disabled.
llvm-svn: 126039
|
2011-02-19 19:26:44 +00:00 |
John McCall
|
0f55a035cf
|
Restore r101841 without modification. Also mark 'operator delete' as used for
actual delete expressions, not just new expressions.
llvm-svn: 101861
|
2010-04-20 02:18:25 +00:00 |
John McCall
|
44adf26dd0
|
Revert r101841 and follow-up.
llvm-svn: 101859
|
2010-04-20 01:42:53 +00:00 |
John McCall
|
21f8d1d643
|
Use __SIZE_TYPE__ as suggested by dgregor.
llvm-svn: 101857
|
2010-04-20 01:26:56 +00:00 |
John McCall
|
75b4746e7d
|
Don't bother looking for (or diagnosing problems with) the 'operator delete'
associated with a new expression if -fno-exceptions is set.
llvm-svn: 101841
|
2010-04-20 00:22:43 +00:00 |