[PATCH] Add more specific lexer flags for misc GNU extensions
Eli Friedman
eli.friedman at gmail.com
Wed Aug 21 11:25:20 PDT 2013
On Wed, Aug 21, 2013 at 6:10 AM, Peter N Lewis <peter at stairways.com.au>wrote:
> Here is batch two of the specific gnu flags. This patch adds the
> following flags:
>
> -Wgnu-zero-variadic-macro-arguments
> -Wgnu-token-pasting-comma
>
These two are actually very closely related (the latter doesn't make sense
without the former). We might want to consider putting them under the same
flag.
> -Wgnu-imaginary-constant
> -Wgnu-binary-literal
> -Wgnu-line-zero-directive
>
This name is sort of confusing; it isn't really a "line-zero" directive.
-Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130821/cbbba970/attachment.html>
More information about the cfe-commits
mailing list