From 8882ff95092f3c41a961b03e126d425e0e70d60a Mon Sep 17 00:00:00 2001 From: Nicolas Le Cam Date: Sun, 14 Dec 2008 16:36:35 +0000 Subject: [PATCH] Add something I want to work on --- tasks.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.txt b/tasks.txt index 5349bc94c..7d53454c7 100644 --- a/tasks.txt +++ b/tasks.txt @@ -9,6 +9,7 @@ Refactoring * Use %varid% instead of %var1% or %var2% in pattern matches * create a simplify function that converts "void f(x) int x; {" to "void f(int x) {" * improve the variable id so class/struct member variables get a variable id + * parse header files only once. Preprocessor * Expand preprocessor macros