- started implementation of size and alignment for types
[cparser] / type.h
2008-09-13 Michael Beck- started implementation of size and alignment for...
2008-09-13 Christoph MallonAdd get_qualified_type() and solve several problem...
2008-09-12 Michael Beckadded is_type_complex()
2008-08-31 Michael Beckadded is_type_enum()
2008-08-16 Michael Beck- changing all typedef enum { ... } name; into typedef...
2008-08-06 Matthias Braunimplement transparent_union
2008-08-06 Christoph MallonImprove type checking for conditional expressions with...
2008-08-06 Christoph MallonCorrect references to the C99 standard.
2008-07-30 Matthias Braundo correct semantic check for pointer arithmetic, suppo...
2008-03-22 Michael Beckintroduce distinct complex and imaginary types
2008-03-22 Matthias Braun- make use of new atomic_type_properties in ast2firm
2008-03-22 Matthias Braunuse global table for atomic type properties
2008-03-18 Michael Beckmicrosoft types are just synonyms for default types
2008-03-17 Michael Beckimplement MS type extension types
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
2007-12-15 Michael Beck- renamed is_type_floating() to is_type_float()
2007-12-14 Michael Beck- renamed context_t to the more logical scope_t
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-05 Christoph Mallonconst.
2007-11-30 Matthias Braunimplemented several type compatibility rules, renamed...
2007-11-27 Matthias Braunfix a bunch of icc warnings
2007-11-26 Matthias Braunput Type types into a union again, but so that all...
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-24 Matthias Braunimplement semantic_assign like the C standard describes it
2007-11-16 Matthias Braunfix shift operations
2007-11-14 Matthias Braunsupport for pointer add/sub, no need for type_environme...
2007-11-14 Matthias Braunmore work on semantic analysis
2007-11-12 Matthias Braunrename method to function
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-28 Matthias Braunwe can now parse the infamous apfel.c, print ast as...
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-17 Matthias Braunsupport for more builtins, additional bugfixes
2007-09-16 Matthias Braun- countless bugfixes
2007-09-14 Matthias Braunimproved union/struct parsing
2007-09-08 Matthias Braunimprove type printing
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
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