X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=cparser.1;h=18e73bcf3587e833ed28672620acbbfe83ff9805;hb=86e613f57ea7f1eac5b020163a1ab045ee198142;hp=0a1f873c96f3f09f6490a83beec0902cf4928997;hpb=2cf7f03d04c4efce29974b18c9bc765d826970f4;p=cparser diff --git a/cparser.1 b/cparser.1 index 0a1f873..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 @@ -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).