fix error42
[cparser] / parser.c
2008-08-07 Matthias Braunfix error42
2008-08-07 Matthias Braunfix missing skip_typerefs
2008-08-07 Matthias Braunfix for last commit
2008-08-07 Matthias Braunfix crashs in error case
2008-08-07 Matthias Braunfix parsing of attributes with keyword names
2008-08-06 Matthias Braunimplement transparent_union
2008-08-06 Christoph MallonImprove type checking for conditional expressions with...
2008-08-06 Christoph MallonImprove type constraint checking in semantic_sub()...
2008-08-06 Christoph MallonAlways set the result type of pointer - pointer to...
2008-08-05 Christoph Mallonfix shouldfail/paramerror.c: Do not crash when a parame...
2008-08-01 Matthias Braunbe robust against unclosed strings
2008-08-01 Matthias Braunimprove error message a bit
2008-07-31 Matthias Braunfix parser crash
2008-07-31 Matthias Braundo something with some of the gnu attributes
2008-07-30 Matthias Braundon't forget to skip typerefs
2008-07-30 Matthias Braundo correct semantic check for pointer arithmetic, suppo...
2008-07-29 Matthias Braunimplement asm nodes
2008-07-25 Matthias Braunsupport for libc builtins
2008-07-14 Matthias Braunfix warnings, fix gasmode selection on linux
2008-06-25 Matthias Braundon't fail on missing erturn value
2008-06-23 Michael BeckBugFix: return invalid statement for invalid goto
2008-06-06 Matthias Braunfix error34
2008-06-03 Matthias Braunprototypes should override non-prototypes
2008-06-02 Matthias Braunfix kr2.c
2008-06-02 Matthias Braunprecedence of shift was wrong
2008-06-02 Christoph MallonFix incorrect format check warnings.
2008-06-02 Matthias Braunfix handling of kr style functions
2008-06-02 Matthias Braunfix parsing of some struct initializers
2008-06-02 Michael Beckchecks for missing return are done in ast2firm yet
2008-06-02 Michael Beckadd checks for missing return statement
2008-06-02 Matthias Braun- make sure no expression is built twice
2008-06-02 Christoph Mallon- Add missing skip_typeref()
2008-06-01 Christoph MallonRecord the source position of alignof and sizeof. Disal...
2008-06-01 Christoph MallonFix typo in parse_alignof(): s/EXPR_SIZEOF/EXPR_ALIGNOF/.
2008-05-31 Matthias Braunrework local variable handling:
2008-05-31 Matthias Braunfix cp_error032
2008-05-31 Matthias BraunK&R style parameter lists are not a prototype...
2008-05-30 Matthias Braunfix extern inline handling, implement __builtin_huge_val
2008-05-30 Matthias Braunfix crash
2008-05-30 Matthias Braunfix for last commit
2008-05-30 Matthias Braunbetter approach towards the parsing problems
2008-05-30 Matthias Braunmake parser more robust against invalid declarations
2008-05-27 Matthias Braunrework struct/union type creation, fix error 26
2008-05-26 Matthias Braunimprove mode attribute parsing/skipping
2008-05-25 Matthias Braunadd mode attribute parsing
2008-04-04 Christoph Mallon__attribute__((sentinel)) is first available in GCC 4.
2008-03-22 Michael Beckintroduce distinct complex and imaginary types
2008-03-22 Michael Beck- removed useless symbol from reference expression
2008-03-22 Michael Beck- renamed modifier to decl_modifier
2008-03-22 Matthias Braun- make use of new atomic_type_properties in ast2firm
2008-03-20 Michael Beck__leave implemented
2008-03-20 Michael Beck- fixed parse_error_expected()
2008-03-20 Michael Beckmissing return added
2008-03-19 Michael Beckadd missing dllimport and dllexport attributes
2008-03-19 Michael Beckalways transmit const source_position_t * instead of...
2008-03-19 Michael Beckcollect GNU attributes in list, not used yet ...
2008-03-19 Michael Beckfixed ICC warning
2008-03-19 Michael Beckmore function and type attributes
2008-03-19 Michael Beckadded a lot of attributes
2008-03-19 Michael Beckadded nothrow,weakref,nonnull attributes
2008-03-18 Michael Beckno more multi-line errors/warnings
2008-03-18 Michael Beckbetter error handling for attributes
2008-03-18 Matthias Braunrelax assignment semantics
2008-03-18 Michael BeckMostly finished parsing of GNU attributes.
2008-03-18 Matthias Braunimprove conditional_expression semantics (and don't...
2008-03-18 Michael Beckbetter GNU attribute parser
2008-03-18 Michael Becksuppress "statement has no effect" warning for ms __noo...
2008-03-18 Michael Beckadded GNU complex keywords
2008-03-18 Michael Beckremoved all EXPR_FUNCTION-alikes and replaced by EXPR_F...
2008-03-18 Sebastian Hackchanged printf format for size_t printing
2008-03-18 Michael Beck- completed __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beckadded __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beck- made an extra field for the deprecated attribute...
2008-03-18 Michael Beck- fixed names of MS keywords
2008-03-18 Michael Beckmicrosoft types are just synonyms for default types
2008-03-17 Michael Beckimplement MS type extension types
2008-03-17 Michael Beck- T_declspec may start a declaration
2008-03-16 Michael Beckset the source position of an call expression
2008-03-16 Michael Beckcheck the deprecated modifier
2008-03-14 Matthias Braunempty initializers should be INITIALIZER_LIST with...
2008-03-14 Michael Beck- add __declspec restrict and noalias
2008-03-14 Michael Beck- add empty and invalid statements
2008-03-14 Michael Beckmore anchor sets added
2008-03-13 Michael Beckimplemented anchor set
2008-03-13 Matthias Braunsmall fixes
2008-03-12 Michael Beckimplemented deprecated and property __declspec's
2008-03-07 Michael Beck- add alignment to types and declarations
2008-03-07 Michael Beckmore on MS __declspec
2008-03-06 Michael Beckpreliminary support for MS __declspec()
2008-03-06 Christoph MallonGenerate an error when redeclaring enum entries.
2008-03-06 Michael Beck- fixes memory leak
2008-03-06 Michael BeckMore fixes for initializers:
2008-03-06 Matthias Braunremove expect_void macro, fix scope not being reset...
2008-03-05 Michael BeckFixed segfault3.c:
2008-03-05 Michael BeckFixing segfault1.c:
2008-02-20 Matthias Brauncommit some files I forgot
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
2008-02-17 Christoph MallonAdd layer 8 semantics to expression_has_effect(), i...
2008-02-17 Matthias Braunonly make implicit cast if array size expression !...
next