aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.mli
Commit message (Expand)AuthorAgeFilesLines
...
* 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