[cfe-commits] r64056 - /cfe/trunk/include/clang/AST/Stmt.h

Chris Lattner clattner at apple.com
Sun Feb 8 11:37:46 PST 2009


On Feb 7, 2009, at 6:41 PM, Douglas Gregor wrote:
>> On Feb 7, 2009, at 4:29 PM, Douglas Gregor wrote:
>>
>>> Author: dgregor
>>> Date: Sat Feb  7 18:29:56 2009
>>> New Revision: 64056
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=64056&view=rev
>>> Log:
>>> Add public placement-delete operators. These are automatically  
>>> used if the allocation throws
>>
>> Weird, don't we build with -fno-exceptions?
>
>
> It still makes sense for GCC to check this constraint, since it  
> affects the well-formedness of programs.

I agree, and am happy with the patch.  :) I was just wondering what  
the bug being exposed was here - it sounds like the bug is that cmake  
doesn't pass -fno-exceptions.

-chris



More information about the cfe-commits mailing list