aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
Commit message (Expand)AuthorAgeFilesLines
...
| * Warning for extern declaration after definition.Bernhard Schommer2018-05-263-1/+11
| * Reject "e1, e2" as a compile-time constant expressionXavier Leroy2018-05-241-5/+5
| * Harden attributes_of_types against out-of-scope structs/unions/enumsXavier Leroy2018-05-071-3/+12
| * Revised elaboration of function definitions, part 2Xavier Leroy2018-05-071-65/+143
| * Revised elaboration of function definitions, part 1Xavier Leroy2018-05-071-36/+40
| * Added a diagnostic for attributes dec after defBernhard Schommer2018-05-073-3/+19
| * Warning for comparison of incomplete pointers.Bernhard Schommer2018-05-071-0/+4
| * Check that variables declared in 'for' loops are local variables (#104)Bernhard Schommer2018-05-041-11/+11
| * Reject empty declarations in K&R functions. (#107)Bernhard Schommer2018-05-041-0/+2
| * Reject arrays of incomplete type (#90)Bernhard Schommer2018-05-021-0/+2
| * Also check statement of label statement.Bernhard Schommer2018-04-271-1/+2
| * Detect duplicate 'case' or 'default' statements within a 'switch'Xavier Leroy2018-04-271-0/+41
| * Record value of constant expression in C.Scase constructorXavier Leroy2018-04-275-9/+9
| * Detect 'case' and 'default' outside a 'switch' statementXavier Leroy2018-04-271-1/+7
| * Additional checks on typedefs (#101)Bernhard Schommer2018-04-261-0/+4
| * Earlier, more comprehensive check for constant initializers (#88)Xavier Leroy2018-04-263-4/+99
| * Check for enums that have the same tag as composites (#100)Bernhard Schommer2018-04-251-1/+8
| * Add diagnostic for illegal use of void (Bug 23342)Michael Schmidt2018-04-251-0/+2
| * Initialization of anonymous bit-fields in structsXavier Leroy2018-04-251-1/+20
| * Bitfields transformation: record the fields after transformationXavier Leroy2018-04-251-4/+20
| * Initialization of union bit fieldsXavier Leroy2018-04-251-3/+12
| * Improved handling and diagnostics for the `auto` storage class (#99)Xavier Leroy2018-04-254-26/+52
| * Use "fix <name> <number>" instead of "fix <number>"Xavier Leroy2018-04-251-8/+8
| * Accept empty enum declaration after nonempty enum definition (#87)Bernhard Schommer2018-04-221-1/+1
| * Better check for incomplete types in pointer subtraction (#92)Bernhard Schommer2018-04-201-0/+1
| * Function defintions: keep the attributes from previous declarations (#89)Bernhard Schommer2018-04-191-1/+3
| * Revert "preserve static initialized variables (#81)"Xavier Leroy2018-04-101-9/+2
| * Check for redefinition of globals and preserve static initialized variables (...Bernhard Schommer2018-04-092-6/+33
| * Reject illegal initializations of aggregates at top-level (#79)Xavier Leroy2018-04-061-1/+10
| * Allow declaration of composites in bitfield size.Bernhard Schommer2018-04-051-11/+20
| * Error for subtraction arithmetic type - pointer type (#73)Bernhard Schommer2018-04-051-3/+0
* | MPPA - Fixed wrong DWARF informationsCyril SIX2018-04-261-1/+2
* | Hook for MPPA_K1c (generates Risc-V code for now)Cyril SIX2018-04-042-0/+6
|/
* Turn delicate case of designated re-initialization into error (#70)Xavier Leroy2018-03-301-37/+56
* Reject casts to struct/union types (#68)Bernhard Schommer2018-03-291-3/+0
* Don't overwrite initializer of anonymous union member. (#69)Bernhard Schommer2018-03-291-1/+1
* Sizeof and _Alignof are not allowed on bit-fields (#67)Bernhard Schommer2018-03-273-1/+17
* Fix mistake in Bitfield transformation (#66)Michael Schmidt2018-03-271-2/+2
* Arrays should decay to pointers (#65)Bernhard Schommer2018-03-271-2/+3
* Improve error messages for anonymous bit-fields (#64)Bernhard Schommer2018-03-231-7/+10
* Do not allow inline on main and warn for Noreturn (#63)Bernhard Schommer2018-03-231-0/+4
* StructPassing and annotations, continuedXavier Leroy2018-03-091-9/+7
* Do not transfer arguments for annotations.Bernhard Schommer2018-03-091-2/+5
* Add explicit interface to cparser/pre_parser_aux.mlXavier Leroy2018-03-092-5/+28
* StructPassing: do not transform arguments to annotation built-insXavier Leroy2018-03-091-2/+6
* Improve error messages.Bernhard Schommer2018-03-072-0/+6
* Reactivated and improved ais annotations.Bernhard Schommer2018-03-066-3/+24
* Struct return on OpenBSD now testedMichael Schmidt2018-02-191-1/+1
* Renamed StructReturn to structPassingBernhard Schommer2018-02-163-1/+1
* Move struct passing/return style to Machine.Bernhard Schommer2018-02-163-17/+72