cparser
2008-11-30 Christoph MallonImplement (and document \o/) -Werror-implicit-function...
2008-11-30 Christoph MallonDocument some more switches.
2008-11-29 Christoph MallonStart writing a manpage for cparser.
2008-11-29 Christoph MallonResolve another null pointer access.
2008-11-29 Christoph MallonResolve several null pointer accesses, when encounterin...
2008-11-29 Christoph MallonImprove warning message, when there are too few format...
2008-11-29 Christoph MallonSay '\0' instead of NUL in warning messages.
2008-11-29 Christoph MallonUse fprintf and %lc to output a wchar_t.
2008-11-29 Christoph MallonRevert r24133.
2008-11-29 Matthias Braun- Mixing wchar and normal output is forbidden by the...
2008-11-29 Christoph MallonAvoid null pointer access in the format string checker...
2008-11-29 Matthias Braunarg might be NULL
2008-11-28 Matthias Braunnewer gcc need filetype for preprocessing .s apparently
2008-11-28 Matthias Braunarch_op is no more
2008-11-28 Matthias Braunimprove token display
2008-11-28 Matthias BraunI give up with modulo shift - doing the right thing...
2008-11-28 Christoph MallonEscape ;, too. Sort.
2008-11-28 Matthias Braunmore gcc compatibility flags
2008-11-28 Matthias Braunimplement -print-file-name
2008-11-28 Matthias Braunmore escaping needed
2008-11-28 Matthias Brauncrude implementation of -Wp
2008-11-28 Christoph MallonUse fputs/fputc where appropriate.
2008-11-28 Christoph MallonFix typo.
2008-11-28 Christoph MallonFix typo in comment, correct other comment.
2008-11-28 Michael Beck-some doxygen docu added
2008-11-27 Moritz KrollAdjusted code to mode-less Const and Const_type constru...
2008-11-27 Christoph MallonHandle another GCC perversion: Global arrays without...
2008-11-27 Christoph MallonUpdate NEWS.
2008-11-27 Matthias Braun+TODO
2008-11-27 Christoph MallonSimplify code a bit.
2008-11-27 Matthias Braundon't abort if symbol is NULL in record_declaration
2008-11-27 Matthias Braunfix builting expect handling and implement taking addre...
2008-11-27 Christoph MallonSmall cleanup.
2008-11-26 Christoph MallonResolve redundant declaration warning when parsing...
2008-11-26 Christoph MallonImprove error recovery when parsing the declaration...
2008-11-26 Christoph MallonLet make clean delete builtins.h, too.
2008-11-26 Christoph MallonUpdate version number.
2008-11-25 Christoph MallonRemove \n, which do not belong into a error message.
2008-11-25 Matthias Braunfix transparent unions
2008-11-25 Matthias Braunprint transparent union modifiers for types
2008-11-25 Matthias BraunI should at least compile before commiting
2008-11-25 Matthias Braunfix one more problematic omitted conditional case
2008-11-25 Matthias Braunfix
2008-11-25 Matthias Braun- Introduce ENTITY_PARAMETER
2008-11-24 Christoph MallonImprove error recovery, when parsing case statements.
2008-11-24 Christoph MallonImprove warning message, when there are too few format...
2008-11-24 Christoph Mallon'*' and '&' can start declarations with implicit int.
2008-11-24 Christoph MallonAdd '' around several %K and %T in error and warning...
2008-11-21 Christoph MallonFix error in last commit.
2008-11-21 Christoph Mallons/bash/sh/ and use tar -C instead of pushd.
2008-11-21 Christoph MallonNot Bourne Again.
2008-11-21 Matthias Braunreduce not supported error to a warning
2008-11-21 Christoph Mallonk&r style parameters need array/function type to pointe...
2008-11-21 Matthias Braunget rid of scope->parent
2008-11-20 Christoph MallonRemove unreachable statements.
2008-11-20 Christoph MallonOnly warn about unreachable declaration statements...
2008-11-20 Christoph MallonFix r23842 for for statements without condition.
2008-11-20 Christoph MallonCheck for (un)reachable code in statement expressions...
2008-11-20 Christoph MallonDo not print quotes around __func__ etc., because it...
2008-11-20 Christoph MallonWhitespace and stuff.
2008-11-20 Christoph MallonCorrect precedence for printing ?: in C++ mode.
2008-11-19 Christoph MallonCorrect precedence of postfix ++ and -- in the AST...
2008-11-19 Christoph MallonSimplify printing suffix of constants.
2008-11-19 Christoph MallonFix printing of necessary () in the AST-printer.
2008-11-19 Christoph MallonHandle static __thread local variables in ast2firm.
2008-11-19 Christoph MallonImprove storage class handling:
2008-11-19 Michael Beck- handle const and volatile qualifiers right, ignore...
2008-11-19 Christoph MallonCounter-fix add_flag().
2008-11-19 Michael Beck- add missing default
2008-11-19 Michael Beckadd unsigned char type
2008-11-19 Michael Beck- add '['
2008-11-19 Michael Beck- first version of scanf parameter check
2008-11-19 Christoph Mallonextern reference variables may be uninitialized.
2008-11-19 Michael Beck- fixed Win32 version of add_flag again
2008-11-19 Christoph MallonExpressions with reference type are lvalues.
2008-11-19 Christoph MallonFunction types as parameters work again.
2008-11-19 Christoph Mallonskip_typeref().
2008-11-19 Christoph MallonTurn the two bool parameters of parse_declarator()...
2008-11-19 Christoph MallonImprove error message.
2008-11-19 Christoph MallonEnsure that references are initialised.
2008-11-19 Christoph MallonPut warning under warning.other flag.
2008-11-18 Christoph MallonReally call ourselves as promised, otherwise this leads...
2008-11-18 Christoph MallonFactorise macro.
2008-11-18 Christoph MallonBe more consistent, when talking about types in error...
2008-11-18 Christoph MallonCite the standard and adhere it a bit more.
2008-11-18 Christoph Mallon- Factorise code to check the semantic of conditions
2008-11-18 Christoph MallonFix last commit.
2008-11-18 Christoph MallonAdd semantic check: §6.8.5:2 The controlling expression...
2008-11-18 Christoph MallonSimplify if-cascade.
2008-11-18 Christoph MallonFix r23726.
2008-11-18 Michael Beck- better (and hopefully correct) implementation of...
2008-11-18 Christoph MallonOne more fix for r23739: extern declarations may be...
2008-11-18 Christoph MallonFix r23739 (rejecting declarations of incomplete type...
2008-11-18 Christoph MallonParse C++ references.
2008-11-18 Christoph MallonPut error for goto over VLA onto the TODO list.
2008-11-17 Christoph MallonReject variable declarations of incomplete type.
2008-11-17 Christoph MallonDo not mangle restrict qualifiers.
2008-11-17 Christoph MallonHandle mangling of anonymous types, which only have...
2008-11-17 Christoph MallonFix off-by-one error in error message.
2008-11-17 Christoph MallonRemove pointless assert().
next