cparser
2007-12-12 Matthias Braundesignator test
2007-12-12 Matthias Braunuse allocate_statement_zero for allocating statements
2007-12-12 Christoph MallonAdd allocate_declaration_zero() for convenience.
2007-12-12 Christoph MallonPlug minor memory leak when an error occurs while parsi...
2007-12-12 Christoph MallonRemove unnecessary pointer/type indirection.
2007-12-12 Christoph MallonImprove error messages slightly.
2007-12-12 Christoph MallonA statement_base_t is enough space for break and contin...
2007-12-12 Christoph MallonRemove stray \n in warning message.
2007-12-12 Christoph MallonFix off-by-two-tokens error in the location of break...
2007-12-12 Christoph MallonFix checking, whether break/continue is within a loop...
2007-12-12 Michael Beckmade error output for missing labels gcc like
2007-12-12 Michael Beck- added check for multiple default labels
2007-12-12 Michael Beckmore cases to test added
2007-12-12 Michael Beckadd missing test for default
2007-12-12 Michael Beckcheck that break and continue are inside switches and...
2007-12-12 Michael Becktest for wrong switches
2007-12-12 Michael Beckremoved superfluous &
2007-12-12 Michael Beck- check for case labels outside a switch statement
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 Beckoptions -w and -Wfatal-errors implemented
2007-12-11 Michael Beckadd test for array subscript type char
2007-12-11 Michael Beck- renamed atomic_type_type_t to atomic_type_kind_t
2007-12-11 Christoph MallonAdd missing skip_typeref().
2007-12-11 Christoph MallonDo default promotion on the expression of switch()es.
2007-12-11 Michael Beck-Werror implemented
2007-12-11 Christoph MallonOnly push an enum into the environment, if it has a...
2007-12-11 Christoph MallonIgnore type declarations when handling local variables.
2007-12-11 Michael Becksome doxygen docu added
2007-12-11 Michael Beckissue a warning if returning the address of a local...
2007-12-11 Christoph MallonCorrectly register declarations for compound types...
2007-12-11 Michael Beckissue an error if the address of a register variable...
2007-12-11 Michael Beckfixed output of warnings count
2007-12-11 Christoph Malloneat() the ':' token of a label statement instead of...
2007-12-11 Christoph MallonSimplify parsing of declarations, generate better warnings.
2007-12-11 Michael Beckshould produce error: address of register variable...
2007-12-11 Michael Beckimproved uninitialized variable warning
2007-12-11 Matthias Braunsupport for bitfields completed
2007-12-11 Christoph MallonGenerate a more sensible warning for a stray ; in globa...
2007-12-11 Christoph MallonPropagate type qualifiers in skip_typeref().
2007-12-11 Christoph MallonPrint type qualifiers for typedefs.
2007-12-10 Christoph MallonThe ' '-flag (space) is allowed for signed conversions.
2007-12-10 Christoph MallonGCC understands __asm, too.
2007-12-10 Christoph MallonPrint the original type in a warning, not the skipped...
2007-12-10 Christoph MallonIgnore type declarations when checking for const attrib...
2007-12-10 Christoph MallonAvoid undefined behaviour by avoiding pointing one...
2007-12-10 Christoph MallonSkip #pragmas.
2007-12-10 Christoph MallonCorrectly handle input of "??", which is not followed...
2007-12-10 Christoph MallonParse floating point numbers, which start with a decima...
2007-12-10 Christoph MallonHandle pointer types correctly in the format checker...
2007-12-10 Christoph MallonRepair the order of tokens.
2007-12-10 Christoph MallonAssert that tokens are initialized in a somewhat correc...
2007-12-10 Christoph MallonCount all local _scalar_ declarations for the local...
2007-12-10 Christoph MallonFix test reference data.
2007-12-10 Christoph MallonAdd missing skip_typeref()s.
2007-12-10 Matthias Braunremove debug printfs
2007-12-10 Matthias Braunalign doubles to 4 bytes, improve bitfield handling
2007-12-08 Christoph MallonSelect parameters from the correct frame.
2007-12-08 Matthias Braunadd %Y diagnostic modifier for symbols and make use...
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-08 Michael Beckadd -U option
2007-12-08 Michael Beckadd --strict option (replacing STRICT_C99 define)
2007-12-08 Michael Beck- some doxygen comments added
2007-12-07 Christoph MallonFix parsing of function-like syntax elements.
2007-12-07 Michael Beck__builtin_prefetch implemented
2007-12-07 Matthias Braunfixed a bunch of icc warnings
2007-12-07 Michael Beck__builtin_constant_p() implemented
2007-12-07 Christoph MallonNew diagnostic functions diagnosticf(), errorf() and...
2007-12-07 Michael Beckrenamed declaration_type_t to declaration_kind_t
2007-12-07 Michael Beckimplemented EXPR_BINARY_BUILTIN_EXPECT to firm
2007-12-07 Michael Beckadd missing EXPR_ALIGNOF case, its always constant
2007-12-07 Michael Beck- implement __alignof__
2007-12-06 Michael Beckadd print_offset_expression(), print_statement_expression()
2007-12-06 Michael Becktypo fixed
2007-12-06 Michael Beckmore const's added
2007-12-06 Michael Beck- fixed some typos
2007-12-06 Michael Beckrenamed initializer_type_t enums to initializer_kind_t
2007-12-06 Michael Beckrenamed *_type_t enums to *_kind_t
2007-12-06 Michael Beckremove some unneccessary casts
2007-12-06 Michael Beckhandle __assume only on Confirms are NOT disabled
2007-12-06 Michael BeckFully implemented __assume()
2007-12-06 Michael Beckadd preliminary support for __assume()
2007-12-06 Christoph MallonFix signed/unsigned warning.
2007-12-05 Michael Beckcollect the known runtime functions for the rts optimizer
2007-12-05 Michael Beckfixed icc warnings
2007-12-05 Michael Beckinclude config.h for __attribute__()
2007-12-05 Christoph MallonAdd a (partial) format string checker for wide string...
2007-12-05 Christoph MallonPut some diagnostic functions into a separate file.
2007-12-05 Christoph MallonMissing files.
2007-12-05 Christoph MallonMake types globally visible, add more type(def)s.
2007-12-05 Christoph Mallonconst.
2007-12-05 Matthias Brauna bug
2007-12-05 Matthias Braunconstant folding for && and ||
2007-12-05 Matthias Braunmore cases where we have to count declarations
2007-12-05 Matthias Braunimplement __builtin_expect, fix _Bool in ast2firm,...
2007-12-05 Matthias Braunenum entries are constant, transform -fomit-frame-point...
2007-12-05 Matthias Braunadd an is_constant_expression, only try to fold express...
2007-12-05 Michael BeckBugFix: expression may be NULL in count_decls_in_expr()
2007-12-05 Michael Beckfixed output of function types
2007-12-05 Michael Beckrevision seems to work now
next