cparser
2008-11-15 Christoph MallonSlightly simplify creating an ident from a string on...
2008-11-15 Christoph MallonImprove linkage specification
2008-11-15 Christoph MallonImprove win32 name mangling:
2008-11-15 Christoph MallonThe calling convention is orthogonal to the linkage...
2008-11-15 Christoph Mallonstatic.
2008-11-15 Christoph MallonFix argument for error message: It must be a string...
2008-11-14 Michael Beck- don't use obstack_printf() when not necessary
2008-11-14 Michael Beck- fixed a lot of 'enum type mixed with ...' warnings
2008-11-14 Michael Beck- fixed warning
2008-11-14 Michael Beck- use _Bool for C99 or intel compiler issue a lot of...
2008-11-14 Matthias Braunfix string initializer when implicitely going down...
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-14 Christoph MallonTeach cparser how to parse (f)(void);, i.e. global...
2008-11-14 Matthias Braundelete temp files
2008-11-14 Matthias Braunmore cleanup
2008-11-14 Matthias Braunuse ushort wchar_t on mingw
2008-11-14 Matthias Braunmissing break
2008-11-14 Matthias Braunmost of the options are handled in main.c now
2008-11-14 Matthias Braun- Try to move OS/target specific stuff to lang_features...
2008-11-13 Matthias Braunfix local labels
2008-11-13 Matthias Braunpass correct modes to 64bit lowerer
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.
next