[cfe-commits] r69550 - in /cfe/trunk: lib/Lex/Pragma.cpp test/Preprocessor/pragma_unknown.c
Eli Friedman
eli.friedman at gmail.com
Sun Apr 19 14:25:03 PDT 2009
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.
-Eli
More information about the cfe-commits
mailing list