Add something I want to work on
This commit is contained in:
parent
81185af7f9
commit
8882ff9509
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue