- implemented -Wswitch-enum
[cparser] / TODO
2008-08-31 Michael Beck- implemented -Wswitch-enum
2008-08-24 Christoph MallonDetect duplicate case values.
2008-08-24 Christoph MallonForbid declarations after label, case and default state...
2008-08-24 Christoph MallonUpdate TODO.
2008-08-01 Matthias BraunNEWS+TODO update
2008-06-06 Matthias Braunupdate TODO, fox error33
2008-06-02 Matthias Braun- make sure no expression is built twice
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Brauntest commit
2008-03-22 Matthias Brauntestcommit
2008-03-22 Matthias Brauntest commit
2008-03-22 Matthias BraunTODO update
2008-03-18 Matthias Braunimprove conditional_expression semantics (and don't...
2008-03-18 Michael Beckupdated
2008-03-18 Michael Beckadd option -std=, supporting c99, c89, gnu99, microsoft
2008-03-18 Michael Beck- completed __FUNCSIG__ and __FUNCDNAME__
2008-03-14 Michael Beckformat checker can now handle normal and wide strings
2008-03-14 Michael Beckmore ...
2008-03-14 Michael Beckfixed empty initializers printingast.c
2008-03-14 Matthias Braundon't emit enum declarations when printing declaration...
2008-03-14 Michael Beck- add __declspec restrict and noalias
2008-03-14 Michael Beck- add empty and invalid statements
2008-03-13 Matthias Braunadd missing skip_typeref, fixing 255.vortex
2008-02-15 Matthias Braun- implemented non-constant initializers
2008-02-15 Matthias BraunTODO update
2008-02-15 Matthias Braunarray sizes are determined correctly from initializer...
2008-02-15 Matthias Braunfix string initializers, improve initializer semantic...
2008-02-13 Matthias Braun- first iteration of new initializer code
2008-01-22 Matthias Brauncreate invalid expression if reference can't be resolve...
2007-12-28 Matthias Braunsupport functions declared in local scope
2007-12-18 Matthias Braundon't set new scopes when parsing struct fields, fix...
2007-12-17 Matthias Brauntestprogs for bugs, more TODO ideas
2007-12-17 Matthias Braunrename the statement_base_t statement to base in the...
2007-12-17 Matthias Braunrename datatype to type in expression_base_t, rename...
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