cparser
2008-08-23 Christoph MallonHandle __attribute__((unused)).
2008-08-23 Christoph MallonRemember a label, even if it is at the end of a compoun...
2008-08-23 Christoph MallonAnother weird GCC extension: designated initialisation...
2008-08-22 Christoph MallonReduce indendation.
2008-08-22 Christoph MallonPrevent printing redundant parentheses for array access...
2008-08-21 Michael Becksynchronized with edgcpfe: enabled combo by default
2008-08-21 Christoph MallonFix for inline assembler: According to the GCC document...
2008-08-21 Michael Beckadd anchor token ')'
2008-08-21 Christoph Malloncc_fixed is dead, all hail stickyness_sticky!
2008-08-21 Christoph MallonGCC ugliness: Allow lvalue casts in asm output constrai...
2008-08-21 Christoph MallonWarn about unnecessary static forward declarations.
2008-08-21 Christoph MallonWhen a calling convention is specified via attribute...
2008-08-20 Christoph MallonSlightly reduce code duplication.
2008-08-20 Christoph MallonFix r21226 ... ugh.
2008-08-20 Christoph MallonCheck whether the declaration is not NULL before issuin...
2008-08-20 Christoph MallonDo not warn about a redundant declaration if a global...
2008-08-17 Christoph MallonWhitespace.
2008-08-17 Christoph MallonAdhere C99 §6.3.1.8: semantic_arithmetic() returned...
2008-08-17 Michael Beckcollect gnu expression attribute arguments
2008-08-16 Christoph MallonCorrect comment.
2008-08-16 Christoph MallonDo not warn, that a second extern declaration for a...
2008-08-16 Christoph MallonRemove unnecessary goto.
2008-08-16 Michael Beckfixed support for calling conventions:
2008-08-16 Michael Beck- changing all typedef enum { ... } name; into typedef...
2008-08-16 Michael Beck- function types with different calling conventions...
2008-08-16 Christoph MallonComply with §6.7.5.3(8).
2008-08-16 Christoph Malloncp_error048: C99 §6.7.5.3 clause 8: "A declaration...
2008-08-16 Christoph MallonDo not warn about an ununsed function, if it is marked...
2008-08-15 Christoph Mallonshould fail: variable with incomplete type.
2008-08-15 Christoph MallonFix cp_error047.
2008-08-15 Christoph Malloncp_error047: struct definition for same name in inner...
2008-08-15 Christoph MallonAdd support for global assembler statements.
2008-08-15 Matthias Braunuse first token as symbol
2008-08-13 Michael Beckadd cc field to function types
2008-08-13 Christoph MallonProcess MS and GNU attributes for specifying the callin...
2008-08-13 Michael Beck- factor out setting of entity attributes
2008-08-13 Christoph MallonHandle __attribute__((used)) for functions, i.e. make...
2008-08-12 Matthias Braunfix for mode attribute stuff
2008-08-12 Matthias Braunfirst hacked implementation of mode attribute
2008-08-12 Matthias Braunmore testcases
2008-08-12 Matthias Braunignore -fPIC, one more missing skip_typeref
2008-08-12 Matthias Braunerror46
2008-08-12 Matthias Braunif( to if (
2008-08-12 Matthias Brauncall set_store first before (potentially) creating...
2008-08-09 Christoph MallonFix indentation.
2008-08-09 Christoph MallonFix indentation.
2008-08-09 Christoph MallonFix comment.
2008-08-09 Christoph MallonWarn about extra { before a scalar initialiser at the...
2008-08-08 Christoph MallonAccept (but ignore and warn about) MS-style declaration...
2008-08-08 Christoph MallonAllow attributes before/between/after * in declarators...
2008-08-08 Moritz Krollcp_error045: winnt.h needs a pointer type to a stdcall...
2008-08-07 Christoph MallonDo not pretend being __STRICT_ANSI__.
2008-08-07 Christoph MallonAllow perverted case: Be lenient when a function is...
2008-08-07 Christoph MallonFix typo.
2008-08-07 Christoph MallonUse local variables for better readability.
2008-08-07 Matthias Brauninvalid use of inline (which gcc handles anyway)
2008-08-07 Christoph Mallonskip_typref().
2008-08-07 Christoph MallonCorrectly handle the result type of conditional express...
2008-08-07 Christoph MallonThe attribute __align__ may be used without an argument.
2008-08-07 Matthias Braunbetter fix
2008-08-07 Matthias Braunfix for error44
2008-08-07 Matthias Braunerror44
2008-08-07 Matthias Braunfix error43
2008-08-07 Matthias Braunone more error
2008-08-07 Matthias Braunadd & fix constexpr4
2008-08-07 Matthias Braunmore constexpr fun
2008-08-07 Matthias Braunfix error42
2008-08-07 Matthias Braunerrro42
2008-08-07 Matthias Braunfix missing skip_typerefs
2008-08-07 Matthias Braunfix for last commit
2008-08-07 Matthias Braunfix crashs in error case
2008-08-07 Christoph MallonSlightly simplify token declarations.
2008-08-07 Matthias Braunfix parsing of attributes with keyword names
2008-08-07 Matthias Braunhacky implementation of transparent union
2008-08-06 Matthias Braunimplement transparent_union
2008-08-06 Matthias Braunimprove tester
2008-08-06 Matthias Braunsimplify testcase
2008-08-06 Christoph MallonImprove type checking for conditional expressions with...
2008-08-06 Matthias Braunmore tests
2008-08-06 Christoph MallonImprove type constraint checking in semantic_sub()...
2008-08-06 Christoph MallonAlways set the result type of pointer - pointer to...
2008-08-06 Christoph MallonCorrect references to the C99 standard.
2008-08-05 Christoph MallonAdd #include <stdbool.h>.
2008-08-05 Moritz Krollnew cp_error040: Input of asm node becomes a NULL pointer
2008-08-05 Christoph MallonFix cp_error041.c.
2008-08-05 Christoph Mallonfix shouldfail/paramerror.c: Do not crash when a parame...
2008-08-05 Christoph MallonSimplify testcase.
2008-08-05 Christoph MallonRemove cp_error040.c: The error message is correct...
2008-08-05 Moritz Krollcp_error041: Pointer arithmetic with pointer to an...
2008-08-05 Moritz KrollFixed '-Wl,<option>' support (only works when gcc is...
2008-08-05 Moritz KrollWrong 'static decl after non-static decl' error
2008-08-05 Moritz KrollFixed regression of .S support
2008-08-05 Moritz KrollFixed visibility of inline functions
2008-08-04 Moritz Krollparamerror: crashing shouldfail with missing parameter...
2008-08-04 Moritz KrollAdded support for .a and .so files. Added gcc-style...
2008-08-04 Matthias Braunfix result in error case
2008-08-04 Matthias Braunadd support for -x
2008-08-04 Matthias Braunnew exprimental phase handling
2008-08-04 Matthias Brauntypo fix
2008-08-04 Matthias Braunrework commandline handling
next