summaryrefslogtreecommitdiff
path: root/cparser/Cutil.mli
Commit message (Expand)AuthorAge
* Clean-up pass on C types:Gravatar xleroy2014-04-23
* C: Support array initializers that are too short + default init for remainder.Gravatar xleroy2014-03-28
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...Gravatar xleroy2013-11-06
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Recognize attribute((packed)) after a "struct {...}" and not just between "st...Gravatar xleroy2013-06-21
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)Gravatar xleroy2012-11-03
* Interp: help debug stuck expressionsGravatar xleroy2012-02-10
* arm/PrintAsm: don't generate "vfd" directive, useless?Gravatar xleroy2011-08-22
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* Revised handling of GCC attributes. Preliminary, untested support for __alig...Gravatar xleroy2011-04-14
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...Gravatar xleroy2010-09-01
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.Gravatar xleroy2010-04-09
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03