fix a bunch of warnings (reported by cparser)
[cparser] / entity_t.h
2011-06-17 Christoph MallonPass the symbol to allocate_entity_zero() instead of...
2011-06-17 Christoph MallonPass the namespace to allocate_entity_zero() instead...
2011-06-09 Matthias Braunadded elf-visibility handling
2011-05-19 Christoph MallonRemove the unnecessary distinction between compound_t...
2011-02-24 Andreas ZwinkauHandle GNU extension __REDIRECT
2010-10-08 Matthias Braunadapt to libfirm (rename tarval to ir_tarval)
2010-04-15 Matthias Braunbetter packing of struct, updates for release
2010-04-14 Matthias BraunARG, struct offsets are potentially more than 16bit
2010-02-15 Matthias Brauncleanup builtin handling and put it into an own file...
2010-02-05 Christoph MallonImplement __builtin_huge_valf and __builtin_huge_vall.
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-01-02 Matthias Braunpreliminary support for namespace mangling (I had this...
2009-06-08 Matthias Braunsome more work towards (c++) namespace support
2009-04-07 Michael Beck- 2009 patch
2009-03-09 Matthias Braunattempt to fix bug #40
2009-03-08 Matthias Braunpacked struct implementation, attribute assignment...
2009-03-08 Matthias BraunRework compound type handling:
2009-03-07 Matthias Braunrewrite of attribute handling
2009-01-28 Christoph MallonC99 §6.2.3:1 24) There is only one name space for...
2009-01-19 Michael Beck- corerctly transform inner functions to firm
2009-01-02 Michael Beck- add FE support for MS _AddressOfReturnAddress()
2009-01-01 Christoph MallonRemove the write-only attribute bool has_flexible_membe...
2008-12-29 Michael Beck- more MS intrinsics
2008-12-27 Michael Beck- more builtins
2008-12-27 Michael BeckRemoved EXPR_BUILTIN_SYMBOL: Builtins are now predefine...
2008-12-13 Matthias Braunfirst implementation of aligned attribute
2008-12-10 Michael Beck- recognize __attribute__((returns_twice)) and __declsp...
2008-11-25 Matthias Braun- Introduce ENTITY_PARAMETER
2008-11-21 Matthias Braunget rid of scope->parent
2008-11-19 Christoph MallonImprove storage class handling:
2008-11-17 Christoph MallonHandle mangling of anonymous types, which only have...
2008-11-16 Christoph MallonProcess calling convention attributes again.
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-13 Matthias Braunfix local labels
2008-11-02 Matthias Braunimprove flexible array member handling, assign error_ty...
2008-11-01 Matthias Braundeclaration_t -> entity_t