[cfe-commits] r69560 - in /cfe/trunk: include/clang/Basic/DiagnosticLexKinds.td lib/Lex/Pragma.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Sun Apr 19 23:10:48 PDT 2009
On Sun, 19 Apr 2009 23:16:59 -0000, Chris Lattner <sabre at nondot.org> wrote:
> Author: lattner
> Date: Sun Apr 19 18:16:58 2009
> New Revision: 69560
>
> URL: http://llvm.org/viewvc/llvm-project?rev=69560&view=rev
> Log:
> implement "#pragma GCC diagnostic". Besides being a nice feature, this
> will let us test for multiple different warning modes in the same
> file in regression tests.
Hey, I wanted to do that! :-)
Does GCC actually support this option?
Sebastian
More information about the cfe-commits
mailing list