[cfe-commits] r47539 - /cfe/trunk/include/clang/Basic/LangOptions.h
Chris Lattner
sabre at nondot.org
Sun Feb 24 20:01:56 PST 2008
>> - unsigned Digraphs : 1; // When added to C? C99?
>> + unsigned Digraphs : 1; // C++ and C99
>> unsigned HexFloats : 1; // C99 Hexadecimal float
>> constants.
>> unsigned C99 : 1; // C99 Support
>> unsigned Microsoft : 1; // Microsoft extensions.
>
> Note they were added in C94.
Fixed, thanks! Good thing we distinguish between c89 and c94 :)
-Chris
More information about the cfe-commits
mailing list