[cfe-commits] r82478 - in /cfe/trunk: include/clang/Basic/LangOptions.h test/CodeGenObjC/objc2-ivar-assign.m test/CodeGenObjC/objc2-strong-cast-2.m test/CodeGenObjC/objc2-strong-cast-3.m test/CodeGenObjC/objc2-strong-cast-4.m test/CodeGenObjC/objc2-write-barrier-3.m test/CodeGenObjC/objc2-write-barrier-4.m

Fariborz Jahanian fjahanian at apple.com
Mon Sep 21 13:34:05 PDT 2009


On Sep 21, 2009, at 1:28 PM, Mike Stump wrote:

> On Sep 21, 2009, at 1:17 PM, Fariborz Jahanian wrote:
>
>> Author: fjahanian
>> Date: Mon Sep 21 15:17:37 2009
>> New Revision: 82478
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=82478&view=rev
>> Log:
>> -fobjc-newgc-api is now the default.
>
> If that's true, can't we just remove the command line flag now?  If  
> we never plan on needing the language option, can we get rid of that  
> as well?

I will keep -fobjc-newgc-api for a while for comparison until I am  
comfortable with the new api. Then I
remove it.
I am not sure what you mean for the language option?

- Fariborz




More information about the cfe-commits mailing list