]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
grammar: free the association tracking graph
[bison.git] / src / getargs.c
index 3e196e3105671eacb3ddb99dd0e6fb2917412a24..97191ef3b4618b7c032d785190fd2091bc865509 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -252,6 +252,7 @@ static const char * const warnings_args[] =
   "conflicts-sr    - S/R conflicts",
   "conflicts-rr    - R/R conflicts",
   "deprecated      - obsolete constructs",
+  "precedence      - useless precedence and associativity",
   "other           - all other warnings",
   "all             - all of the above",
   "error           - warnings are errors",
@@ -266,6 +267,7 @@ static const int warnings_types[] =
   Wconflicts_sr,
   Wconflicts_rr,
   Wdeprecated,
+  Wprecedence,
   Wother,
   Wall,
   Werror
@@ -381,6 +383,7 @@ Warning categories include:\n\
   `conflicts-sr'      S/R conflicts (enabled by default)\n\
   `conflicts-rr'      R/R conflicts (enabled by default)\n\
   `deprecated'        obsolete constructs\n\
+  `precedence'        useless precedence and associativity\n\
   `other'             all other warnings (enabled by default)\n\
   `all'               all the warnings\n\
   `no-CATEGORY'       turn off warnings in CATEGORY\n\