Merge branch 'maint'

* origin/maint:
  maint: word changes
  lalr1.cc: fix test suite portability
  maint: fix an erroneous include
  tests: check that headers are self contained
  doc: add missing documentation for --report

Conflicts:
	NEWS
	data/location.cc
This commit is contained in:
Akim Demaille
2012-10-04 17:16:00 +02:00
6 changed files with 47 additions and 9 deletions

View File

@@ -9426,13 +9426,23 @@ separated list of @var{things} among:
Description of the grammar, conflicts (resolved and unresolved), and
parser's automaton.
@item itemset
Implies @code{state} and augments the description of the automaton with
the full set of items for each state, instead of its core only.
@item lookahead
Implies @code{state} and augments the description of the automaton with
each rule's lookahead set.
@item itemset
Implies @code{state} and augments the description of the automaton with
the full set of items for each state, instead of its core only.
@item solved
Implies @code{state}. Explain how conflicts were solved thanks to
precedence and associativity directives.
@item all
Enable all the items.
@item none
Do not generate the report.
@end table
@item --report-file=@var{file}