cparser
2008-09-13 Michael Beck- started implementation of size and alignment for...
2008-09-13 Christoph MallonAdd get_qualified_type() and solve several problem...
2008-09-13 Christoph MallonRemove dead code.
2008-09-13 Christoph MallonPreserve type qualifiers in parse_select_expression().
2008-09-13 Christoph MallonSmall cleanup in parse_select_expression(), print unski...
2008-09-13 Christoph MallonPrevent null pointer access, when printing error about...
2008-09-13 Christoph MallonPrevent warning about incompatible types when initializ...
2008-09-13 Christoph MallonReject initialisation of k&r parameter declarations...
2008-09-13 Christoph MallonRemove the parameter finished_declaration, which is...
2008-09-13 Michael Beck- implemented -Wold-style-definition
2008-09-12 Michael Becktestcase for -Wtraditional
2008-09-12 Michael Beck- implemented most cases of -W traditional (preprocesso...
2008-09-12 Michael Beckadded is_type_complex()
2008-09-12 Michael Beckadd %u specifier
2008-09-12 Michael Beck- simplified nested #ifdef's
2008-09-12 Michael Beck- implemented -Winit-self
2008-09-12 Michael Beck- typo fixed
2008-09-12 Christoph MallonMake program logic a bit clearer by using a flag.
2008-09-12 Christoph MallonSlightly improve diagnostic message when accidently...
2008-09-12 Christoph MallonDo not split string literals.
2008-09-12 Christoph MallonUse given storage class as declared storage class in...
2008-09-12 Christoph MallonRemove the unnecessary attribute symbol from struct...
2008-09-12 Christoph MallonCreate AST for select expressions even if the LHS is...
2008-09-12 Christoph MallonCreate a declaration, when accessing a non-existent...
2008-09-12 Christoph MallonCheck whether the operand of ++/-- is an lvalue.
2008-09-12 Christoph MallonCorrect precedence of call expressions for printing.
2008-09-12 Christoph MallonCorrect precedence for printing ?:.
2008-09-12 Christoph MallonDo not split string literals.
2008-09-12 Christoph MallonHandle __try and __leave in check_{,un}reachable().
2008-09-12 Christoph MallonCreate a few less invalid statements on parse errors.
2008-09-12 Christoph MallonPrint constant suffixes and properly print floats.
2008-09-12 Christoph MallonMark internal typedefs as "implicit", so the AST-printe...
2008-09-12 Christoph MallonOnly assume it is a k&r-declaration, if the unknown...
2008-09-12 Michael Beckremoved yet unused asm_string
2008-09-12 Michael Beck- BugFix: print cast errors on the position of the...
2008-09-12 Christoph MallonPrint a " " after the ")" of for-statements.
2008-09-12 Christoph MallonBe more tolerant when encountering unknown identifiers...
2008-09-12 Christoph MallonDo not show implicit declarations in --print-ast.
2008-09-12 Christoph Mallonbool, indendation.
2008-09-12 Christoph MallonRecord destination type and expression of a cast, even...
2008-09-12 Christoph MallonIndentation.
2008-09-12 Christoph MallonRename orig_type to src_type in semantic_cast(), to...
2008-09-12 Christoph MallonRemove else-if-chain in semantic_cast(), because it...
2008-09-12 Christoph MallonStill print some errors even if invalid types are invol...
2008-09-12 Christoph MallonPrint source position of expression instead of HERE...
2008-09-12 Christoph MallonIndentation.
2008-09-12 Christoph MallonSort.
2008-09-12 Christoph Mallonskip_typeref().
2008-09-12 Christoph MallonReduce code duplication.
2008-09-12 Michael Becktest for nested comments
2008-09-12 Michael Beck- implemented -Wcomment (currently non-working because...
2008-09-12 Michael Beckadd some more (unimplemented) warnings
2008-09-12 Michael Becktest program for cast errors
2008-09-12 Michael Beck- removed todo
2008-09-12 Michael Beck- -Wcast-qual implemented
2008-09-12 Michael Beck- do not print a space at the end of qualifiers (needed...
2008-09-12 Michael Beck-Waggregate-return implemented
2008-09-12 Michael Beckadd test for padding
2008-09-11 Michael Beckimplemented -Wdiv-by-zero
2008-09-11 Michael Beckset the stack alignment to 2^4 on apple
2008-09-11 Michael Beck_Win32 build fix
2008-09-11 Christoph Mallons/imature_blocks/immature_blocks/.
2008-09-11 Christoph MallonUse new_Block() instead of new_immBlock(), when the...
2008-09-11 Christoph MallonHandle DM_NORETURN in ast2firm.
2008-09-11 Christoph MallonIndentation.
2008-09-10 Matthias Braunwe need to keep_alive memory as well for potential...
2008-09-10 Matthias Braunimplement hex floats
2008-09-09 Matthias Braunbuild right side of += etc. before left side
2008-09-08 Michael Beckimproved "builtin"-strcmp
2008-09-08 Michael Beckrerun builtins.h creation if script changed
2008-09-08 Matthias Braunfix
2008-09-07 Matthias Braunbunch of mac fixes and improvements
2008-09-04 Matthias Braunconvert more driver code to new style
2008-09-04 Matthias Brauna rank is not an atomic_type_kind_t
2008-09-04 Christoph MallonFix r21499: The types must be unsigned, not signed.
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-09-03 Christoph MallonWarn about unreachable empty compound statements.
2008-09-03 Christoph MallonFix cp_error049.
2008-09-03 Christoph MallonCrash in ast2firm concerning unreachable if.
2008-09-02 Matthias Braunfurther fixes for MMD handling
2008-09-02 Matthias Braunhack cparser to write output of -MMD to the correct...
2008-09-02 Matthias Braunsizeof from vla type is not constant
2008-09-01 Matthias Braunfix problems when a case is INT_MAX
2008-09-01 Christoph MallonFix bug in duplicate case value checker: Ignore the...
2008-09-01 Michael Beckadd testcase for multi-char constant
2008-09-01 Michael Beckfixed constant case
2008-09-01 Christoph MallonImplement ast2firm part of the GNU "a ?: b" extension.
2008-09-01 Michael Beck- add support for \e escape
2008-09-01 Michael Beck- implemented GNU ?: operator (no ast2firm support yet
2008-09-01 Michael Beckadd testcase for asm name
2008-09-01 Michael Beckadd testcase for empty structs
2008-09-01 Michael Becktestcase for gcc ?: operator
2008-09-01 Michael Beckadd testcase for incomplete enums
2008-09-01 Michael Beckadd testcase for union cast
2008-09-01 Michael Beckadd test for escape escape
2008-09-01 Michael Beckadd test for hexfloats
2008-09-01 Michael Becktest for computed goto
2008-08-31 Michael Beckadd test for local label
2008-08-31 Christoph MallonHandle -fno-strength-reduce.
2008-08-31 Christoph MallonHandle -fno-syntax-only.
next