fix a bunch of warnings (reported by cparser)
[cparser] / attribute.c
2011-06-17 Matthias Braunfix a bunch of warnings (reported by cparser)
2011-06-09 Matthias Braunadded elf-visibility handling
2011-06-09 Matthias Braunfix crash when mode attribut misses arguments
2011-05-19 Christoph MallonWhitespace fix.
2011-05-19 Christoph MallonRemove unnecessary cast.
2011-02-24 Andreas ZwinkauHandle GNU extension __REDIRECT
2011-02-05 Christoph MallonCorrect copy&paste-o in warning message.
2011-02-04 Christoph MallonWhitespace fixes.
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2009-08-17 Matthias Braunwhen redeclaring stuff with different attributes merge...
2009-04-07 Michael Beck- 2009 patch
2009-04-06 Moritz KrollFixed assertion on C/gnu99/attributes5.c
2009-03-08 Matthias Braunpacked struct implementation, attribute assignment...
2009-03-08 Matthias Brauncreate fold_constant_to_bool function to avoid some...
2009-03-08 Matthias Braundon't output calling convention warnings on non-functio...
2009-03-07 Matthias Braunrewrite of attribute handling