summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-10-11 07:14:05 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-10-11 07:14:57 +0200
commit6e6950fbbc6ffe7ca5b475caca8581ade76823db (patch)
treedccb9a5ee503ec9de673eaad013ddbe11fd1ff98 /TODO
parent4fe5a375fa6cb07f1c5cb6507b3c4e3b38e6fcef (diff)
downloadbison-6e6950fbbc6ffe7ca5b475caca8581ade76823db.tar.gz
build: check -Wsubobject-linkage in C++
* configure.ac (warn_cxx): here.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d89894c7..3fd48fac 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,8 @@
* Soon
+** yyerror_range in GLR
+It seems useless that it is based on glr_stack_item, it should be doable
+with location only.
+
** scan-code
The default case is scanning char-per-char.