aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.mli
Commit message (Expand)AuthorAgeFilesLines
* Revert broken change to Cutil.Bernhard Schommer2017-02-081-2/+2
* Merge branch 'elaboration-of-attributes'Xavier Leroy2017-02-061-2/+19
|\
| * Refactor the classification of attributesXavier Leroy2017-02-031-4/+19
| * Revised elaboration of attributesXavier Leroy2017-01-311-0/+2
* | Generalized function to allow adding hex strings.Bernhard Schommer2017-02-061-2/+2
* | Avoid overflows and report an error.Bernhard Schommer2017-01-311-0/+3
* | New version to support designators.Bernhard Schommer2017-01-241-1/+1
* | Implement offsetof via builtin.Bernhard Schommer2017-01-201-0/+3
|/
* Warning for decls without name in composites.Bernhard Schommer2016-11-221-0/+2
* Updated comment string. Bug 18004.Bernhard Schommer2016-08-311-2/+2
* Merge branch 'master' into advanced-diagnosticsBernhard Schommer2016-08-291-0/+2
|\
| * Fix for initialization of incomplete typesBernhard Schommer2016-08-231-0/+2
* | Classified all warnings and added various options.Bernhard Schommer2016-07-291-0/+3
|/
* Added the _Noreturn keyword.Bernhard Schommer2016-03-231-0/+5
* Code cleanup.Bernhard Schommer2016-03-101-3/+1
* Remove debug stmts during grouping of switch.Bernhard Schommer2015-11-061-0/+2
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-2/+2
* Move strip functions to Cutil.Bernhard Schommer2015-10-121-0/+4
* Allow redefinition of a typedef with the same name.Bernhard Schommer2015-10-041-0/+2
* Move more functionality in the new interface.Bernhard Schommer2015-09-161-0/+2
* Detect and reject "&" operator applied to "register" local variable or to a b...Xavier Leroy2015-04-281-0/+4
* Merge branch 'master' into dwarfBernhard Schommer2015-03-311-0/+9
|\
| * ABI compatibility for struct/union function arguments passed by value.Xavier Leroy2015-01-271-0/+9
* | Added translation fucntion for declarations and fundefinitions.Bernhard Schommer2015-03-231-0/+2
|/
* Merge branch 'named-structs'Xavier Leroy2015-01-231-2/+4
|\
| * Add a type system for CompCert C and type-checking constructor functions.Xavier Leroy2014-12-311-2/+4
* | Delay reads from !Machine.config before it is properly initialized.Xavier Leroy2015-01-221-6/+6
* | Revised type compatibility check w.r.t. handling of attributes.Xavier Leroy2015-01-011-4/+20
* | PR#6: fix handling of wchar_t and assignments from wide string literals.Xavier Leroy2014-12-301-1/+1
|/
* Clean-up pass on C types:xleroy2014-04-231-0/+2
* C: Support array initializers that are too short + default init for remainder.xleroy2014-03-281-0/+5
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...xleroy2013-11-061-1/+1
* Merge of the "alignas" branch.xleroy2013-10-051-0/+8
* Recognize attribute((packed)) after a "struct {...}" and not just between "st...xleroy2013-06-211-0/+2
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+3
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)xleroy2012-11-031-2/+2
* Interp: help debug stuck expressionsxleroy2012-02-101-0/+2
* arm/PrintAsm: don't generate "vfd" directive, useless?xleroy2011-08-221-1/+3
* cparser: support for attributes over struct and union.xleroy2011-05-121-2/+4
* Revised handling of GCC attributes. Preliminary, untested support for __alig...xleroy2011-04-141-0/+3
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...xleroy2010-09-011-0/+7
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+6
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.xleroy2010-04-091-0/+5
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+169