summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-03-31 09:46:12 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-03-31 12:30:10 +0200
commit936c88d178d432aecafc40c53598249249991b35 (patch)
tree706fa149b44f1e01b35619d3cf378cdc13d67a44 /NEWS
parent2091988f7e4bb9020a38624601fc500631b0269b (diff)
downloadbison-936c88d178d432aecafc40c53598249249991b35.tar.gz
doc: c++: complete the location documentation.
* data/location.cc (position::initialize, location::initialize): Also accept line and column, with default values. * doc/bison.texinfo (C++ position, C++ location): New nodes. Describe more thoroughly these classes. Fix several Texinfo misuses.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d972d85d..f552c323 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,12 @@ Bison News
C and C++ parsers use nullptr instead of 0 when __cplusplus is
201103L or higher.
+** C++ locations:
+
+ The position and location constructors (and their initialize
+ methods) accept new arguments for line and column. Several issues
+ in the documentation were fixed.
+
* Changes in version 2.5 (2011-05-14):
** Grammar symbol names can now contain non-initial dashes: