Cleanup, resolve some warnings.
[cparser] / parsetest / shouldfail /
2008-08-15 Christoph Mallonshould fail: variable with incomplete type.
2008-08-12 Matthias Braunmore testcases
2008-08-07 Matthias Braunbetter fix
2008-08-06 Matthias Braunmore tests
2008-08-04 Moritz Krollparamerror: crashing shouldfail with missing parameter...
2008-07-30 Matthias Braunmore pointer arith tests
2008-07-30 Matthias Braunpointer arithmetic only allowed with object types
2008-06-02 Matthias Braunfix shouldfail part of testscript
2008-06-01 Christoph Mallonsizeof(function_designator) is not allowed.
2008-05-31 Matthias Braunshouldfail tests for prototype checking
2008-05-30 Matthias Braunwe dont have an lvalue test, oops
2008-05-29 Michael Beck- Moved cp_errot030.c to shouldfail/wrongtype.c, as...
2008-03-20 Matthias Braunsome struct namespacing tests
2008-03-14 Michael Beckmore cases
2008-03-14 Michael Beckadd a test for the new anchor based error recovery
2008-03-13 Michael Becksome fixes
2008-03-13 Matthias Braunremove invalid shouldfail test
2008-03-13 Matthias Braunbeginning of a testscript
2008-02-20 Matthias Brauncommit some files I forgot
2008-02-15 Matthias Braunmore testcases I had lying around here
2008-02-15 Matthias Braun- implemented non-constant initializers
2008-02-15 Matthias Braunmore parsetests
2008-02-14 Matthias Braunimplement compound literals (ineficient code at the...
2008-02-13 Matthias Braun- first iteration of new initializer code
2007-12-29 Matthias Braunadd implicit casts to conditional preds
2007-12-18 Michael Beck- add option --no-implicit-cast to supres printing...
2007-12-18 Matthias Braunmore testcases
2007-12-17 Matthias Brauntestprogs for bugs, more TODO ideas
2007-12-12 Matthias Braunmore tricky test
2007-12-12 Michael Beck- functions returning arrays are not allowed
2007-12-12 Michael Beck- create an error type
2007-12-12 Michael Beckadd error if array of voids is declared
2007-12-12 Michael Becktest for error directive
2007-12-12 Michael Beckfixed crash with unclosed string literal
2007-12-12 Michael Beckmade error output for missing labels gcc like
2007-12-12 Michael Beckmore cases to test added
2007-12-12 Michael Becktest for wrong switches
2007-12-12 Matthias Braun2 test programs I had lying around here
2007-12-12 Matthias Braunimprovements and fixes to K&R style parameter parsing
2007-12-11 Michael Beckadd test for array subscript type char
2007-12-11 Michael Beckissue a warning if returning the address of a local...
2007-12-11 Michael Beckshould produce error: address of register variable...
2007-11-29 Matthias Braunrelated fix about unspecified parameters -> () on funct...
2007-11-29 Matthias Braunkr tests
2007-11-28 Matthias Braunadd some tests/stuff that was lying around here
2007-11-27 Matthias Brauntest some detail about unspecified parameters
2007-11-23 Matthias Braunstring literals as array intiailizers are supported now
2007-11-19 Matthias BraunC99 has stupid rules sometimes...
2007-11-19 Matthias Braunstarted collecting some parser tests