]> git.saurik.com Git - bison.git/commit
c++: locations: complete the API and fix comments
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 5 Jan 2015 17:20:28 +0000 (18:20 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 5 Jan 2015 17:32:23 +0000 (18:32 +0100)
commit56351d4c7b3be8a81953defa7e34503976d3589b
tree25511679180c87c48985ecea5b430f0562d52c5e
parent478c4a8f495f4b665e6bcb5b5a669089a7bd614a
c++: locations: complete the API and fix comments

There are no support for += between locations, and some comments are wrong.
Reported by Alexandre Duret-Lutz.

* data/location.cc: Fix.
* doc/bison.texi: Document.
* tests/c++.at: Check.
data/location.cc
doc/bison.texi
tests/c++.at