[cfe-commits] r64056 - /cfe/trunk/include/clang/AST/Stmt.h
Douglas Gregor
dgregor at apple.com
Sat Feb 7 18:41:48 PST 2009
On Feb 7, 2009, at 4:36 PM, Chris Lattner 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.
- Doug
More information about the cfe-commits
mailing list