]> git.saurik.com Git - bison.git/commit
* tests/glr-regression.at (Uninitialized location when reporting
authorJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 6 Mar 2006 07:39:11 +0000 (07:39 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 6 Mar 2006 07:39:11 +0000 (07:39 +0000)
commit8710fc41aaebc5d167a2783a4b8b60849a803869
tree6bfc49a6a01568e1ec5e7c90753b60797f2247d1
parentae952af2272fd49967349ca7280fec8c3937fb0f
* tests/glr-regression.at (Uninitialized location when reporting
ambiguity): New test case.
* data/glr.c (yyresolveLocations): New function, which uses
YYLLOC_DEFAULT.
(yyresolveValue): Invoke yyresolveLocations before reporting an
ambiguity.
* doc/bison.texinfo (Default Action for Locations): Note
YYLLOC_DEFAULT's usage for ambiguity locations.
(GLR Semantic Actions): Cross-reference those notes.
ChangeLog
data/glr.c
doc/bison.texinfo
tests/glr-regression.at