John McCall
9b382dde92
Convert Clang over to resuming from landing pads with llvm.eh.resume.
...
It's quite likely that this will explode, but I need to know how. :)
llvm-svn: 132269
2011-05-28 21:13:02 +00:00
Anders Carlsson
6774b1f1c1
Add -fcxx-exceptions to all tests that use C++ exceptions.
...
llvm-svn: 126599
2011-02-28 00:40:07 +00:00
Chandler Carruth
dc689c4156
Not really sure how this worked, but it seems like a clear typo. =]
...
llvm-svn: 116650
2010-10-16 00:24:52 +00:00
John McCall
09d1369964
When instantiating a new-expression, force a rebuild if there were default
...
arguments in either the placement or constructor arguments. This is
important if the default arguments refer to a declaration or create a
temporary.
llvm-svn: 115700
2010-10-05 22:36:42 +00:00
John McCall
46b4dc32df
...without leaving a temporary file behind.
...
llvm-svn: 115671
2010-10-05 20:53:58 +00:00
John McCall
0ec01b0ca4
Er, this test should actually run IR generation.
...
llvm-svn: 115670
2010-10-05 20:53:00 +00:00
John McCall
e5dd32da11
Teach PopCleanupBlock to correctly handle the possibility of branching through
...
a EH-only cleanup as part of a fallthrough branch-through. That this happens
for this test case is actually a separate bug.
llvm-svn: 115668
2010-10-05 20:48:15 +00:00