Implement -Wunknown-pragmas.
[cparser] / Makefile
2007-12-13 Christoph MallonImplement a new agile warning framework.
2007-12-11 Matthias Braunsupport for bitfields completed
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-05 Christoph MallonAdd a (partial) format string checker for wide string...
2007-12-05 Christoph MallonPut some diagnostic functions into a separate file.
2007-12-05 Christoph MallonMake types globally visible, add more type(def)s.
2007-12-05 Michael Beckrevision seems to work now
2007-12-05 Christoph MallonBetter revision handling.
2007-12-05 Michael Beckadd --version
2007-12-04 Matthias Braunlong double alignment is 4, implement wide character...
2007-12-03 Michael BeckBugFix: entity allocation set for global/tls vars
2007-12-02 Matthias Braunfix a few segfaults
2007-11-30 Matthias Braunimplement builtin_isgreater and friends
2007-11-30 Matthias Braunupdated Makefiles
2007-11-30 Christoph MallonNext wchar_t step: Initialization with wide string...
2007-11-29 Matthias Braunrelated fix about unspecified parameters -> () on funct...
2007-11-29 Christoph MallonFirst iteration in adding wide string literal support...
2007-11-27 Matthias Braunfix compound returning functions
2007-11-27 Matthias Brauneliminate more casts, () in a function definition means...
2007-11-27 Matthias Braundo double compilation with gcc+icc in the Makefile
2007-11-21 Matthias Braunadd -lz to libs...
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-14 Matthias Braunsupport for pointer add/sub, no need for type_environme...
2007-11-12 Matthias Braunmore work on local variable support
2007-11-12 Matthias Braunstricter warnings
2007-11-12 Matthias Braunlink with libfirm
2007-09-28 Matthias Braunbugfixes, parse initializers
2007-09-28 Christoph MallonOlder GCCs do not know -Wextra. Only use -W.
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-06-18 Matthias Braunmake it compile
2007-06-18 Matthias Braunmore work on parser
2007-06-17 Matthias Braunmore work on parser
2007-06-16 Matthias Braunmore work on parser
2007-06-09 Matthias BraunInitial import of c parser