Accept -Wno-all, -Wno-extra and -Wno-unused like GCC.
[cparser] / TODO
2007-12-10 Matthias Braunalign doubles to 4 bytes, improve bitfield handling
2007-12-04 Matthias Braunadd list of warnings to TODO
2007-12-02 Matthias Braunupdated TODO, improved driver stuff a bit to use more...
2007-11-22 Matthias Braunmake enum entries use an expression instead of an initi...
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-16 Matthias Braunfix local array allocation
2007-11-15 Matthias Braunimprove ++ and -- semantic checks
2007-11-14 Matthias Braunfix semantic bugs, do default promotion for call argume...
2007-11-14 Matthias Braunmore work on semantic analysis
2007-11-13 Matthias Braunimplement switch statements, fix handling of dereference
2007-11-12 Matthias Braunmore work on local variable support
2007-09-06 Matthias Braunadd TODO point
2007-06-10 Matthias Braunproper newline handling
2007-06-09 Matthias BraunInitial import of c parser