about summary refs log tree commit diff stats
path: root/linkify/003linkify.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-27 08:16:04 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-27 08:16:04 -0800
commitd3de3187133361a56c2cb3e8aa7f5edd6f2ebbb5 (patch)
tree13688510f1aaa4c2cfd74deee5bc7f6e8404b799 /linkify/003linkify.cc
parent8e99860145a3be254b6d6296ea18cf710b27aefd (diff)
downloadmu-d3de3187133361a56c2cb3e8aa7f5edd6f2ebbb5.tar.gz
3718
Diffstat (limited to 'linkify/003linkify.cc')
-rw-r--r--linkify/003linkify.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/linkify/003linkify.cc b/linkify/003linkify.cc
index 929ea13b..40eec81d 100644
--- a/linkify/003linkify.cc
+++ b/linkify/003linkify.cc
@@ -17,6 +17,8 @@
 //   - but even that's not perfect, because sometimes the tags file has a
 //     single definition but there's still multiple overloads (say I defined
 //     'clear()' on some type, and it's already defined on STL classes)
+// - ctags misses some symbols in layered code
+// - Mu's before/after blocks should point to the location of their labels
 
 struct syminfo {
   string filename;