[cfe-commits] r69550 - in /cfe/trunk: lib/Lex/Pragma.cpp test/Preprocessor/pragma_unknown.c

Chris Lattner clattner at apple.com
Sun Apr 19 14:30:20 PDT 2009


On Apr 19, 2009, at 2:25 PM, Eli Friedman wrote:
> On Sun, Apr 19, 2009 at 2:20 PM, Chris Lattner <sabre at nondot.org>  
> wrote:
>> Author: lattner
>> Date: Sun Apr 19 16:20:35 2009
>> New Revision: 69550
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=69550&view=rev
>> Log:
>> stub out STDC #pragmas.
>
> Shouldn't we print out an unsupported error?  We don't want to be
> silently eating these pragmas.

Working on it. :)

-Chris



More information about the cfe-commits mailing list