- BugFix: GCC allows arithmetic on function pointers
[cparser] / warning.c
2008-08-31 Michael Beck- BugFix: GCC allows arithmetic on function pointers
2008-08-31 Michael Beck- implemented -Wswitch-enum
2008-08-25 Christoph MallonImplement -Wmissing-noreturn.
2008-08-25 Christoph MallonImplement -Wlong-long.
2008-08-25 Christoph MallonImplement -Wnested-externs.
2008-08-25 Christoph MallonImplement -Wdeclaration-after-statement.
2008-08-25 Christoph MallonPartially implement -Wdeprecated-declarations.
2008-08-25 Christoph MallonSort.
2008-08-24 Christoph MallonMake indenters a bit more happy.
2008-08-24 Christoph MallonRemove already handled TODO.
2008-08-24 Christoph MallonProperly detect unreachable code and when control flow...
2008-08-24 Christoph MallonRemove duplicate warning entry, sort.
2008-06-02 Michael Beckadd option -Wreturn-type
2008-03-19 Michael Beckrenamed format option, added nonnull option
2008-03-18 Michael BeckMostly finished parsing of GNU attributes.
2008-02-18 Matthias Braunadd license comments
2007-12-19 Michael Beck- -Wmultichar implemented
2007-12-16 Christoph MallonDo no include -Wswitch-default in -Wall.
2007-12-15 Michael Beck- implemented -Wsign-compare
2007-12-15 Christoph MallonRemove duplicates.
2007-12-15 Christoph MallonAccept -Wno-all, -Wno-extra and -Wno-unused like GCC.
2007-12-15 Michael Beckimplemented -Wall, -Wextra, -Wunused, -Wunused-function...
2007-12-15 Michael Beckimproved error output for function cases
2007-12-15 Michael Beckprelimiraries for -Wunused-parameter and -Wunused-variable:
2007-12-15 Michael Beck- fixed source position of binary expressions
2007-12-15 Michael Beck- implemented -Wunused-label
2007-12-15 Michael Beck- implemented Wfloat-equal
2007-12-14 Christoph MallonImplement -Wmain.
2007-12-14 Matthias Braunfix warnings, disable empty statement warning by default
2007-12-14 Christoph MallonAdd -Wempty-statement, which warns about empty statemen...
2007-12-14 Christoph MallonImplement -Wunknown-pragmas.
2007-12-14 Christoph MallonImplement -Wswitch-default.
2007-12-13 Christoph MallonImplement -Wmissing_prototypes.
2007-12-13 Christoph MallonImplement -Wunused-value.
2007-12-13 Christoph MallonImplement a new agile warning framework.