[cfe-commits] r61113 - /cfe/trunk/Driver/RewriteObjC.cpp

Mike Stump mrs at apple.com
Tue Dec 16 18:12:43 PST 2008


On Dec 16, 2008, at 8:07 PM, steve naroff wrote:
> On Dec 16, 2008, at 8:04 PM, Fariborz Jahanian wrote:
>>
>> On Dec 16, 2008, at 4:20 PM, Steve Naroff wrote:
>>
>>> -x=objective-c++
>>
>> I hope you meant: -x objective-c++ (same as -ObjC++).
>>
>
> Nope...the comment is correct. The clang driver syntax is currently -
> x=objective-c++.
>
> Here is some output from "clang -help".
>
>   -x                                  - Base language to compile
>     =c                                -   C
>     =c++                              -   C++
>     =objective-c                      -   Objective C
>     =objective-c++                    -   Objective C++

Randomly different spelling for options from gcc isn't high on my list  
of features!  Maybe some day we'll have a real driver?



More information about the cfe-commits mailing list