[cfe-commits] r60563 - in /cfe/trunk: Driver/clang.cpp include/clang/Basic/LangOptions.h lib/Basic/Targets.cpp test/Analysis/misc-ps.m test/Parser/block-pointer-decl.c test/Rewriter/block-test.c test/Sema/block-args.c test/Sema/block-as-object.m test/Sema/block-byref-args.c test/Sema/block-call.c test/Sema/block-literal.c test/Sema/block-misc.c test/Sema/block-return.c test/Sema/block-storageclass.c test/SemaCXX/blocks.cpp test/SemaObjC/block-ivar.m test/SemaObjC/property-10.m

Chris Lattner clattner at apple.com
Thu Dec 4 16:10:52 PST 2008


On Dec 4, 2008, at 3:48 PM, Fariborz Jahanian wrote:

>
> On Dec 4, 2008, at 3:20 PM, Chris Lattner wrote:
>
>> Author: lattner
>> Date: Thu Dec  4 17:20:07 2008
>> New Revision: 60563
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=60563&view=rev
>> Log:
>> instead of forcing blocks on by default, make them default to off,
>> but let
>> specific targets default them to on.  Default blocks to on on 10.6
>> and later.
>
> Except when -std=c99 is specified, in which case, -fblocks must be
> explicitly added.

Fixed, thanks!

-Chris




More information about the cfe-commits mailing list