Accept -Wno-all, -Wno-extra and -Wno-unused like GCC.
[cparser] / type_t.h
2007-12-15 Michael Beck- renamed is_type_floating() to is_type_float()
2007-12-12 Michael Beck- create an error type
2007-12-11 Michael Beck- renamed atomic_type_type_t to atomic_type_kind_t
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-06 Michael Beckrenamed *_type_t enums to *_kind_t
2007-12-05 Michael BeckAdd options:
2007-11-30 Matthias Braunadd a bunch of missing skip_typerefs...
2007-11-30 Matthias Braunimplemented several type compatibility rules, renamed...
2007-11-29 Matthias Braunimplement K&R style function definitions, code cleanup...
2007-11-27 Matthias Brauneliminate more casts, () in a function definition means...
2007-11-26 Matthias Braunavoid more casts of type structs
2007-11-26 Matthias Braunput Type types into a union again, but so that all...
2007-11-26 Matthias Braunmore asserts
2007-11-26 Matthias Braunadd some assert where typedef/typeof types should not...
2007-11-26 Matthias Braunhandle automatic type conversion of array and function...
2007-11-26 Matthias Braunchange back union stuff and expriment with new union...
2007-11-26 Michael Beckreplaced the different type types by one union type...
2007-11-25 Michael Beckintroduce type_qualifiers_t type and remove a lot of...
2007-11-24 Matthias Braunimplement semantic_assign like the C standard describes it
2007-11-20 Matthias Braunimplement array intiailizers
2007-11-18 Christoph MallonTypo in comment.
2007-11-16 Michael Beckadd TYPE_QUALIFIER_NONE to suppress warnings (use it...
2007-11-16 Matthias Brauninline is not a type qualifier anymore, fix function...
2007-11-14 Matthias Braunfix semantic bugs, do default promotion for call argume...
2007-11-14 Matthias Braunmore work on semantic analysis
2007-11-12 Matthias Braunrename method to function
2007-11-12 Matthias Braunconvert ast types to firm types
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-27 Matthias Braun- implemented decimal floating pointer numbers in lexer
2007-09-23 Matthias Braunfilter trigraphs in advance and simplify lexer code...
2007-09-16 Matthias Braun- countless bugfixes
2007-09-14 Matthias Braunimproved union/struct parsing
2007-09-14 Matthias Braunimprovements for handling of function parameters
2007-09-08 Matthias Braunimprove parsing of function pointers
2007-09-07 Matthias Braunimproved representation of method types
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-07-21 Matthias Braunbugfixes for context/symbol-declaration mapping
2007-07-21 Matthias Braunrefactored lexer code
2007-07-14 Matthias Braunmore work on parser, stdio.h is fully parsed now
2007-06-17 Matthias Braunmore work on parser
2007-06-09 Matthias BraunInitial import of c parser