simple support for __attribute__((alias("symbol")))
[cparser] / warning.c
2012-12-15 Christoph Mallonwarning: Add the switch -Wsystem to show warnings in...
2012-12-12 Matthias Braunsimplify license header similar to libFirm
2011-12-22 Matthias Braunfix --help display
2011-09-14 Christoph MallonUse streq() instead of strcmp() == 0.
2011-09-14 Christoph MallonUse strstart() instead of strncmp().
2011-08-12 Matthias Braungive stray-semicolon warning a name
2011-08-12 Matthias Braunimplement -Wempty-body and -Wignored-qualifiers and...
2011-07-14 Matthias Braun-Winit-self is useless (and produces wrong warnings...
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-21 Christoph MallonMake warning switch parsing compatible to GCC: -W[no...
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
2011-06-17 Matthias Braunadd -Wmissing-declarations to -Wall
2011-06-15 Christoph MallonImplement and document -Wshadow-local.
2011-06-15 Christoph MallonAccept -W as alias for -Wextra.
2011-05-30 Matthias Braunadded --help texts which document most options
2011-03-03 Matthias Braunmake the uninitialized warning depend on the -wuninitia...
2009-04-07 Michael Beck- 2009 patch
2008-12-07 Christoph MallonImplement -Wparentheses.
2008-11-30 Christoph MallonImplement (and document \o/) -Werror-implicit-function...
2008-10-26 Matthias Braunfix typo
2008-10-26 Christoph MallonChange -w so that warnings can be activated again later on.
2008-09-17 Christoph MallonImplement -Waddress.
2008-09-15 Christoph MallonSpell the option -Wpointer-arith, not -Wpointer_arith.
2008-09-15 Christoph MallonSpell the option -Wdiv-by-zero, not -Wdiv_by_zero.
2008-09-13 Michael Beck- started implementation of size and alignment for...
2008-09-13 Michael Beck- implemented -Wold-style-definition
2008-09-12 Michael Beck- implemented most cases of -W traditional (preprocesso...
2008-09-12 Michael Beck- implemented -Winit-self
2008-09-12 Christoph MallonSort.
2008-09-12 Michael Beck- implemented -Wcomment (currently non-working because...
2008-09-12 Michael Beckadd some more (unimplemented) warnings
2008-09-12 Michael Beck- -Wcast-qual implemented
2008-09-12 Michael Beck-Waggregate-return implemented
2008-09-11 Michael Beckimplemented -Wdiv-by-zero
2008-08-31 Christoph MallonSort.
2008-08-31 Michael Beck- implemented -Wwrite-strings
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.