From dfb7b4ed7228f2a0d2804f240a3425b8af524591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 5 Nov 2008 23:51:06 +0000 Subject: [PATCH] todo: A few short updated notes --- todo.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/todo.txt b/todo.txt index 1dae334aa..a5d96b017 100644 --- a/todo.txt +++ b/todo.txt @@ -4,6 +4,8 @@ Tokens.. I think the SimplifyTokens function should insert braces after every if/for/while. That would make the token list easier to parse. + class TOKEN! + Userdefined types @@ -15,9 +17,6 @@ Userdefined types Unused function / variable - If the user provides "--recursive" there should be - warnings for unused functions and variables. - Check if all members in the public section of a class are used externally. @@ -36,8 +35,6 @@ Style Function parameters: Use std::ostream instead of std::ostringstream or std::ofstream - Function parameters: By reference instead of by value - Optimisation: Return "const _T &" instead of "_T"? Unused variable (function, file, class), unused value, unused parameter @@ -48,10 +45,6 @@ Style MEMORY LEAKS ============ - Allow the user to specify classes to be ignored (that have garbage collection) - - Allow the user to specify allocation and free functions (kmalloc, kfree) - Better checking of pointers in structs