bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/5] lalr1.cc: automove


From: Akim Demaille
Subject: [PATCH 0/5] lalr1.cc: automove
Date: Sat, 22 Sep 2018 12:53:19 +0200

More work will be needed for the documentation, but I think I'm making
progress.  We still have to be clearer on whether YY_MOVE and others
should be public.

Akim Demaille (5):
  tests: prepare a test for automove
  tests: c++: use a custom string type
  c++: introduce api.value.automove
  c++: issue a warning with a value is moved several times
  news: c++: move semantics

 NEWS                   |  52 ++++++++++++
 data/lalr1.cc          |   7 +-
 doc/bison.texi         |  63 ++++++++++++++-
 examples/variant-11.yy |   5 +-
 src/scan-code.l        |  21 ++---
 tests/c++.at           | 180 ++++++++++++++++++++++++++++++++++-------
 tests/local.at         |   2 +
 7 files changed, 287 insertions(+), 43 deletions(-)

-- 
2.19.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]