[cfe-commits] r49645 - /cfe/trunk/Driver/clang.cpp
Mike Stump
mrs at apple.com
Mon Apr 14 14:48:12 PDT 2008
On Apr 14, 2008, at 12:59 PM, Neil Booth wrote:
> Sam Bishop wrote:-
>
>> Author: sbishop
>> Date: Mon Apr 14 09:41:57 2008
>> New Revision: 49645
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=49645&view=rev
>> Log:
>> Handle -D and -U options in order, so that they can cancel each
>> other out when
>> intermixed.
>
> It's worth noting that this is different to what the SUS requires of
> the "c99" binary. I think only GCC does it this way.
In all my years, the only consumer of c99 has been a testsuite used to
check conformance with a standard. More portable software uses gcc.
Oh, how ironic. :-)
More information about the cfe-commits
mailing list