summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-07-16 05:58:32 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-07-16 05:58:32 (GMT)
commit30d687065dd8a921c3d28c2076fc5b4be32040ee (patch)
tree1a53eefb5152e7394a90585002bc86e2fb6bc957 /TODO
parentd2251150c76d9c2b139c3cc86aeaedd99ba2d03d (diff)
downloadcv2pdb-30d687065dd8a921c3d28c2076fc5b4be32040ee.zip
cv2pdb-30d687065dd8a921c3d28c2076fc5b4be32040ee.tar.gz
cv2pdb-30d687065dd8a921c3d28c2076fc5b4be32040ee.tar.bz2
skip friend function declarations
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7af7a31..af01458 100644
--- a/TODO
+++ b/TODO
@@ -23,3 +23,7 @@ in the future, but not all have a known solution.
* enum values not displayed
* map dchar to something displayable
* workaround for ulong (written by DMD as int[])
+* watch incorrect if same variable name used in different parts of a function
+* rtti display: disable for structs
+* line number in templates sometimes off by 1 or 2
+* call to other function sometimes jumps to called function while still pushing args