X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=cparser.1;h=18e73bcf3587e833ed28672620acbbfe83ff9805;hb=412c51608d8f10f52bdb46a68e6ccd0915a39f00;hp=5f7ec79ab4be81f8e3ad72ed7ab18b7230bc06b8;hpb=e441a1872bb6eae1dc83419a0c5221f092ed2f82;p=cparser diff --git a/cparser.1 b/cparser.1 index 5f7ec79..18e73bc 100644 --- a/cparser.1 +++ b/cparser.1 @@ -1,5 +1,5 @@ .\" Please adjust this date whenever revising the manpage. -.Dd December 16, 2008 +.Dd December 21, 2008 .Dt CPARSER 1 .Sh NAME .Nm cparser @@ -203,6 +203,8 @@ Warn if cascaded comparisons appear which do not have their mathematical meaning Warn if + or - is used as operand of << or >>, e.g. x\ +\ y\ <<\ z. .It Fl Wredundant-decls Warn about redundant declarations, i.e. multiple declarations of the same object or static forward declarations which have no use before their definition. +.It Fl Wshadow +Warn when a new declaration shadows another declaration with the same name in an outer scope. .It Fl Wunreachable-code Warn when the compiler determines that a statement (or in some cases a part thereof) will never be executed. .It Fl Wunused @@ -245,7 +247,7 @@ Use to get a list of supported optimizer options. .It Fl finput-charset= Ns Ar encoding Select the encoding of the input. -Supported value are +Supported values are .Cm ISO_8859-1:1987 (aliases .Cm CP819 , @@ -265,6 +267,10 @@ and .Cm ISO_8859-15 and .Cm Latin-9 Ns +), +.Cm windows-1252 +(alias +.Cm cp1252 Ns ) and .Cm UTF-8 (default).