[cfe-commits] r66736 - /cfe/trunk/Driver/clang.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Thu Mar 12 11:14:04 PDT 2009
Mike Stump wrote:
> On Mar 11, 2009, at 9:35 PM, Chris Lattner wrote:
>
>> I'm not sure what your objection is here?
>>
>
> I'd like the default to be lang_gnucxx0x. I think project that use
> older languages should have to go out of their way to select the older
> language. Projects that don't pick, get the `current' language.
>
Current in the sense of "the newest thing the compiler supports" or "the
thing that is currently actually standardized, with extensions"?
Because in the latter case, C++03 would be more appropriate.
Sebastian
More information about the cfe-commits
mailing list