main: rework preprocessor invocation
[cparser] / types.c
2012-10-30 Christoph MallonImplement U, u and u8 strings.
2012-07-03 Matthias Braunremove unnecessary ATOMIC_TYPE_INVALID
2012-07-03 Matthias Braunslightly simplify wchar_t handling
2012-02-17 Matthias Braunimplement more builtins
2011-08-10 Matthias Braunrework architecture specific type handling
2011-05-26 Matthias Braunfix const_void_ptr builtin types
2011-05-24 Matthias Braunremove pointless concept of a builtin-type
2010-06-17 Matthias Braunsome more builtins
2010-02-15 Matthias Brauncleanup builtin handling and put it into an own file...
2009-04-07 Michael Beck- 2009 patch
2009-03-07 Matthias Braunrewrite of attribute handling
2009-01-03 Michael Beck- implemented va_copy(), needed for C99
2008-12-27 Michael Beck- more builtins
2008-11-19 Michael Beckadd unsigned char type
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-14 Matthias Braun- Try to move OS/target specific stuff to lang_features...
2008-11-10 Christoph MallonParse C++ bool, false and true.
2008-10-26 Matthias Braunsource-position doesn't make any sense for types:
2008-09-13 Michael Beck- started implementation of size and alignment for...
2008-08-31 Michael Beckadd type_unsigned_short
2008-08-31 Michael Beck- implemented -Wwrite-strings
2008-08-06 Matthias Braunimplement transparent_union
2008-03-18 Michael Beckmicrosoft types are just synonyms for default types
2008-03-16 Michael Beckmicrosoft explicit types added
2008-03-07 Michael Beck- add alignment to types and declarations
2008-02-18 Matthias Braunadd license comments
2007-12-19 Michael BeckAdd debug info for types
2007-12-17 Matthias Braunrename the statement_base_t statement to base in the...
2007-12-14 Christoph MallonImplement -Wmain.
2007-12-13 Christoph MallonUse the error type consistently.
2007-12-12 Michael Beck- create an error type
2007-12-05 Christoph MallonMissing files.