cparser
2008-01-09 Matthias Braunuse inline instead of INLINE ;-)
2008-01-08 Michael Beckuse INLINE instead of inline
2008-01-06 Michael Beckopt_funccall() now takes an additional parameter
2007-12-30 Michael Becksynchronize with edgfe:
2007-12-30 Michael BeckFixed broken merge of r846 and added back deleted wide...
2007-12-29 Michael Beckadd preprocessor tokens for STDC pragma and vararg...
2007-12-29 Michael Beck- more doxygen info added
2007-12-29 Matthias Braunanother parse error
2007-12-29 Matthias Braunadd missing skip_typeref
2007-12-29 Matthias Braunadd implicit casts to conditional preds
2007-12-29 Matthias Braunmore tricky error18
2007-12-29 Matthias Braunimprove trinary operator semantics
2007-12-29 Matthias Braunone more parse error
2007-12-29 Matthias Braundeclaration may be NULL for abstract declarators
2007-12-29 Matthias Braunold declaration may be NULL
2007-12-29 Christoph MallonRemember the correct old declaration in stack_push...
2007-12-28 Matthias Braunanother parser problen
2007-12-28 Matthias Braunalso support extern variable declarations in local...
2007-12-28 Matthias Braunsupport functions declared in local scope
2007-12-28 Matthias Brauntry working around/fixing cp_error015
2007-12-28 Matthias Braunanother parse error
2007-12-28 Matthias Braunimprove declaration counter
2007-12-28 Matthias Braunfix default labels missing their statements
2007-12-28 Matthias Braunimplement anonymous struct/union members gcc extension
2007-12-28 Matthias Braunfix some wrong tokens
2007-12-25 Matthias Brauntest for last bug
2007-12-25 Matthias BraunMerry Christmas Everyone (well and I fixed parsing...
2007-12-25 Christoph MallonWarn, when the initialisation or step expression of...
2007-12-20 Christoph MallonAdd missing skip_typeref() when printing constants.
2007-12-20 Christoph MallonImplement wide string literal concatenation (with norma...
2007-12-20 Christoph MallonAlways set the alignment and set the layout_fixed flag...
2007-12-20 Christoph MallonDecide whether to use pn_Cmp_Ne or pn_Cmp_Lg for inequa...
2007-12-20 Christoph MallonReally avoid constructing two struct types for the...
2007-12-19 Michael Beck- -Wmultichar implemented
2007-12-19 Michael BeckMulti-line character constants implemented
2007-12-19 Matthias Braunfix cp_error012
2007-12-19 Matthias Braunanother error
2007-12-19 Matthias Braunavoid construct 2 struct types for the same struct...
2007-12-19 Matthias Braunonly print a warning for asm statements for now...
2007-12-19 Michael BeckAdd debug info for types
2007-12-19 Christoph MallonStrange ast2firm error for initializers.
2007-12-19 Michael Becksome doxygen docu added
2007-12-19 Michael Beck- GCC case A ... E: extention implemented
2007-12-19 Michael Beckmore doxygen docu added
2007-12-19 Michael Beck- restored last missing checkin: fixed precedence and...
2007-12-18 Michael Beck- add option --no-implicit-cast to supres printing...
2007-12-18 Matthias Braunfix last commit
2007-12-18 Matthias Braunstring initializers might be surrounded by {}
2007-12-18 Matthias Braunmark implicit array sizes and don't always print them
2007-12-18 Matthias Braunanother compiler crash
2007-12-18 Matthias Braunfix problems with local anonymous declarations
2007-12-18 Matthias Braundon't set new scopes when parsing struct fields, fix...
2007-12-18 Matthias Braunmore testcases
2007-12-17 Matthias Braunparser namespace problem
2007-12-17 Matthias Braunfix implicit struct casts
2007-12-17 Christoph MallonOnly warn when pointer types are incompatible in assign...
2007-12-17 Christoph MallonFix explicit dereferencing of function pointers.
2007-12-17 Christoph MallonWhen parsing a union declaration, build a union type...
2007-12-17 Christoph MallonAccept __builtin_nan and __builtin_nand.
2007-12-17 Matthias Braunalways prefere complete over incomplete types when...
2007-12-17 Matthias Brauntestprogs for bugs, more TODO ideas
2007-12-17 Matthias Braunbug in current cparser
2007-12-17 Matthias Braunchange complicated syntax
2007-12-17 Christoph MallonFix creation of local static variables.
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-17 Christoph MallonFix parsing of K&R style function definitions.
2007-12-17 Christoph MallonDo not crash when the second parameter of va_start...
2007-12-16 Christoph MallonUpdate the pointer to the last element when putting...
2007-12-16 Christoph MallonDo no include -Wswitch-default in -Wall.
2007-12-15 Michael Beck- fixed gcc compilation
2007-12-15 Michael Beck- implemented -Wsign-compare
2007-12-15 Michael BeckImproved __alignof__: If expression represents a variab...
2007-12-15 Michael Beck- fixed _-alignof__ expression: it has the same syntax...
2007-12-15 Christoph MallonWarn about unused global static variables, too, and...
2007-12-15 Christoph MallonRemove duplicates.
2007-12-15 Christoph MallonAccept -Wno-all, -Wno-extra and -Wno-unused like GCC.
2007-12-15 Michael Beck- renamed is_type_floating() to is_type_float()
2007-12-15 Michael Beckfinished -Wunused-function
2007-12-15 Michael Beckimplemented -Wall, -Wextra, -Wunused, -Wunused-function...
2007-12-15 Michael Beckimproved error output for function cases
2007-12-15 Michael Beckfinished -Wunused-parameter
2007-12-15 Michael Beckprelimiraries for -Wunused-parameter and -Wunused-variable:
2007-12-15 Michael Beck- fixed source position of binary expressions
2007-12-15 Michael Beck- implemented -Wunused-label
2007-12-15 Michael Beck- implemented Wfloat-equal
2007-12-14 Michael Beck- renamed context_t to the more logical scope_t
2007-12-14 Christoph MallonImplement -Wmain.
2007-12-14 Christoph MallonPrint the unskipped type in warnings.
2007-12-14 Christoph MallonAlso do not warn about function declarations without...
2007-12-14 Christoph MallonSimplify condition.
2007-12-14 Christoph MallonDo not warn about no prior declaration for extern decla...
2007-12-14 Christoph MallonDo not warn about no prior declaration for non-global...
2007-12-14 Christoph MallonDo not warn about an empty statement after a label...
2007-12-14 Christoph MallonWarn when a non-static global variable has no prior...
2007-12-14 Michael Beckadd option -l and -L, reorganize option handler
2007-12-14 Christoph MallonDo not warn, if main() has no prior declaration or...
2007-12-14 Matthias Braunmark_private works again
2007-12-14 Matthias Braundisable cc optimisations for now until they are fixed
2007-12-14 Matthias Braunno need to pass expression type around in parse_sub_ini...
next