aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/C.mli
Commit message (Expand)AuthorAgeFilesLines
* Support C11 Unicode string literals and character constants (#452)Xavier Leroy2022-09-191-1/+1
* Use the LGPL instead of the GPL for dual-licensed filesXavier Leroy2021-05-081-4/+5
* Remove the cparser/Builtins moduleXavier Leroy2019-07-171-0/+7
* Record value of constant expression in C.Scase constructorXavier Leroy2018-04-271-1/+1
* Improved handling and diagnostics for the `auto` storage class (#99)Xavier Leroy2018-04-251-1/+2
* Next try for support of anonymous structs.Bernhard Schommer2016-12-071-1/+2
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-5/+5
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-1/+5
* Support C99 compound literals (by expansion in Unblock pass).xleroy2014-08-211-25/+26
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-1/+2
* Merge of the "alignas" branch.xleroy2013-10-051-0/+1
* Support for inline assembly (asm statements).xleroy2012-12-181-1/+8
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)xleroy2012-11-031-1/+8
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+1
* cparser: support for attributes over struct and union.xleroy2011-05-121-2/+3
* Preliminary support for gcc-style __attribute__ over typesxleroy2010-07-081-1/+10
* Support for 'inline' modifierxleroy2010-03-031-0/+1
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+231