summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorValentin Tolmer <valentin.tolmer@gmail.com>2020-09-09 17:47:26 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-09-12 14:11:40 +0200
commitcf8723de0d05d0a1c9ea1711e3cff3130f5f5403 (patch)
treed8ae487efab2ec2c821611872048f8e50760ab2d /TODO
parent8bfc319f8e6a2024349179fb262a0a68760ba61e (diff)
downloadbison-cf8723de0d05d0a1c9ea1711e3cff3130f5f5403.tar.gz
glr2.cc: move StrongIndexAlias into the namespace
* data/skeletons/glr2.cc: here.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 56c0b80e..98849e7a 100644
--- a/TODO
+++ b/TODO
@@ -162,10 +162,6 @@ Line -1 and -3 should mention CATEGORIE, not CATEGORY.
*** glr.c
Get rid of scaffolding in glr.c.
-*** namespaces in glr2.cc
-StrongIndexAlias should be in the parser's namespace. Possibly even an
-inner class.
-
*** Coding style
Move to our coding conventions. In particular names such as yy_glr_stack,
not yyGLRStack.