2008-12-14 16:30:38 +01:00
|
|
|
|
2009-01-06 12:30:49 +01:00
|
|
|
The "simple" tasks
|
|
|
|
* Optimise
|
|
|
|
* Refactor
|
|
|
|
* Preprocessor
|
|
|
|
- expand macros (under work)
|
|
|
|
- include files
|
|
|
|
- etc?
|
|
|
|
* Token list
|
|
|
|
- improve the variable id for class member variables
|
|
|
|
- simplify "void f(x) int x; {" into "void f(int x) {"
|
|
|
|
- etc?
|
|
|
|
* Add unit tests
|
|
|
|
* improved error message handling
|
|
|
|
|
|
|
|
New checks (bugs)
|
|
|
|
* sprintf problem with overlapping data
|
|
|
|
* CheckMemoryLeak
|
|
|
|
- Check for more resource leaks
|
|
|
|
Windows API (CreatePen, GetDC, ..)
|
|
|
|
|
|
|
|
New checks (style)
|
|
|
|
* data truncation
|
|
|
|
* unused static functions or variables
|
2008-12-14 16:30:38 +01:00
|
|
|
|
|
|
|
|