type: Make an assert()ion independent of the last entry of an enum.
[cparser] / attribute.c
2012-12-12 Matthias Braunsimplify license header similar to libFirm
2012-12-10 Matthias Braunfix coding style
2012-12-01 Matthias Braunrename source_position_t to position_t, rename members...
2012-11-09 Christoph MallonRemove \n from error messages.
2012-10-30 Christoph MallonLet panic() print file, line and function.
2012-05-23 Christoph MallonCorrect several uses of expr->literal to expr->string_l...
2012-05-15 Christoph MallonUse %N to print entities.
2012-05-03 Matthias Braunparse gnu __leaf__ attribute
2012-05-03 Matthias Braunsort attribute enum alphabetically
2012-03-28 Christoph MallonMake our multi-case macros nicer for code beautifiers.
2011-09-14 Christoph MallonChange strcmp_underscore() to streq_underscore().
2011-09-14 Christoph MallonMerge the two copies of strcmp_underscore().
2011-09-13 Matthias Braunnoreturn, returns_twice, nothrow are method-type attributes
2011-08-16 Matthias Braunrework atomic and related types
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
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