cparser
2008-11-13 Matthias Braunno need for a separate local_label stack, the scoping...
2008-11-13 Matthias Braunavoid warnings and fix potential bugs (if someone manag...
2008-11-13 Matthias Braunfix assert
2008-11-11 Matthias Braunc frontend doesn't case about modulo_shift, rename...
2008-11-10 Christoph MallonIn C++ the result type of !, <, <=, >=, >, == and ...
2008-11-10 Christoph MallonParse C++ bool, false and true.
2008-11-07 Matthias Braunmore work towards expansion of macros with arguments
2008-11-06 Michael Beck- renamed option end-melt to shape-blocks
2008-11-04 Christoph MallonWhen creating an error typedef, set its type to the...
2008-11-04 Christoph MallonDo not panic, when finding a typedef name, when an...
2008-11-04 Christoph Mallonuse expect() to find the ] of an array access expression.
2008-11-04 Christoph MallonSet the source position in allocate_expression_zero().
2008-11-04 Christoph MallonTell the ast printer a thing ot two about EXPR_REFERENC...
2008-11-04 Matthias Braunfix parsing of define argument lists, fix subtle proble...
2008-11-04 Matthias Braunmodifier to print preprocessing token
2008-11-04 Matthias Braunprint tokens without surrounding ''
2008-11-04 Matthias Braunmore tricky preprocessor problems
2008-11-03 Matthias Braunif(n)def implementation
2008-11-03 Matthias Braunimplemented #include
2008-11-02 Matthias Braunadd beginnings of preprocessor code (and ugly hack...
2008-11-02 Matthias BraunEXPR_INVALID gets constructed in case of errors
2008-11-02 Matthias Braunimprove flexible array member handling, assign error_ty...
2008-11-02 Matthias Braunset has_implicit_size flag
2008-11-02 Matthias BraunTODO update
2008-11-01 Matthias BraunMove more C tests
2008-11-01 Matthias Braunmove C frontend tests
2008-11-01 Matthias Braunadd main, fix warnings not intended
2008-11-01 Matthias Braunthis should not be here
2008-11-01 Matthias Braunwrite a testapp that really test functionality (so...
2008-11-01 Matthias Braunlocal labels should be fixed
2008-11-01 Matthias Braunpartly fix local labels, %P already prints %P an at...
2008-11-01 Matthias Braunconditional expressions true case may be NULL as a...
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-11-01 Matthias Braunfix warning
2008-11-01 Matthias Braunthis is a gnu extension I guess
2008-11-01 Matthias Brauntest implicit type for k&r functions
2008-10-28 Michael Beck- add option -end-melt
2008-10-27 Michael Beck- further fixed r23189
2008-10-27 Christoph MallonFix anchor token underflow while parsing for-statements.
2008-10-27 Christoph MallonParse sizeof(T){...} correctly, i.e. not sizeof type...
2008-10-27 Christoph MallonAdd the C++ :: token.
2008-10-27 Christoph MallonParse and check semantic of delete expressions.
2008-10-27 Christoph MallonC++ banned implicit int.
2008-10-27 Christoph MallonC++ does not allow assignment from a void pointer type...
2008-10-27 Christoph MallonC++ has not "tentative definitions".
2008-10-27 Christoph MallonC++ function declarations with an empty parameter list...
2008-10-27 Christoph MallonParse and check semantic of throw expressions.
2008-10-27 Christoph MallonRemove if, whose condition is never true.
2008-10-26 Christoph MallonIn C++ (most) character literals are of type char.
2008-10-26 Christoph MallonAdd C++ keywords.
2008-10-26 Christoph MallonFirst bit of C++ support: Different precedence for ?:.
2008-10-26 Christoph MallonAdd support for C++ in the compiler driver.
2008-10-26 Matthias Braunmore tests
2008-10-26 Matthias Braunslightly improve testcase
2008-10-26 Christoph MallonConsistently name the directories should_*.
2008-10-26 Christoph Malloncp_error050: sizeof a compound literal.
2008-10-26 Christoph MallonFix parsing of expression statements, which pointlessly...
2008-10-26 Matthias Braunfix typo
2008-10-26 Matthias Braunthis was not meant to be here
2008-10-26 Christoph MallonChange -w so that warnings can be activated again later on.
2008-10-26 Matthias Braunmore warning testcases
2008-10-26 Matthias Braunsource-position doesn't make any sense for types:
2008-10-26 Christoph MallonPrefix operators need no precedence.
2008-10-26 Michael Beck- crashes, but should give an error
2008-10-26 Michael Beck- BugFix: gcc optimizes def_nr + 1 < 0 away, arg\!
2008-10-26 Michael Beck- BugFix: generation of default case number was complet...
2008-10-25 Michael Beck- fixed r23189: the AST-printer doubles the precesion...
2008-10-25 Christoph MallonUnify the precedence lists of the parser and the AST...
2008-10-25 Matthias Braunimproved switch.c
2008-10-25 Christoph MallonReplace magic numbers for expression precedences by...
2008-10-25 Matthias Braunget rid of some fields in ast_t: outer_fkt_jmp, is_oute...
2008-10-25 Christoph MallonFix some precedence stuff for expression parsing.
2008-10-25 Matthias Braunsome testcases I had lying around here
2008-10-24 Christoph MallonWhile our semantics of _Bool are wrong, at least make...
2008-10-24 Christoph MallonUse make_pointer_type().
2008-10-23 Matthias Braunasm_name is not used
2008-10-21 Christoph Mallonskip_typeref().
2008-10-21 Christoph MallonImprove unused variable check.
2008-10-21 Christoph MallonImprove unused variable check.
2008-10-21 Christoph MallonImplement a statement walker.
2008-10-20 Christoph MallonRemove a variable, which was found by the new, shiny...
2008-10-20 Christoph MallonAnother attempt to solve the halting problem: Detect...
2008-10-20 Christoph MallonMake check_unreachable() more tail recursion friendly.
2008-10-20 Christoph MallonResolve assertion, when using -fsyntax-only.
2008-10-19 Christoph MallonRemove stale (since r21011) comment.
2008-10-19 Christoph MallonFix r23014.
2008-10-19 Christoph MallonDo not generate an error message about incompatible...
2008-10-19 Christoph MallonResolve some warnings.
2008-10-19 Christoph MallonAdd forgotten conversion specifiers.
2008-10-19 Christoph MallonResolve some warnings.
2008-10-14 Christoph Mallon-fopt-foo means activate, not deactivate.
2008-10-13 Christoph MallonAdd debug info to implicitly created != 0 tests in...
2008-10-11 Matthias Braunno need for bitfiddle here
2008-10-07 Christoph MallonPrint AST and error/warning summary even in the presenc...
2008-10-07 Christoph MallonRemove unreachable statement.
2008-10-07 Christoph MallonShow the number of the conversion specification in...
2008-10-07 Christoph MallonRemove pointless local variable.
2008-10-07 Christoph MallonRemove redundant assignment.
2008-10-06 Michael Beck- improve error message even more ;-)
2008-10-06 Michael Beck- improve error message
next