aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cprint.ml
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* begin implementing thread_local storageDavid Monniaux2020-02-241-0/+3
* 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-0/+1
* Handle dcompcertc and dparsedc like all dump opts.Bernhard Schommer2018-01-041-0/+10
* Use C99 syntax to print attributes over array typesXavier Leroy2017-02-011-4/+5
* Revised elaboration of attributesXavier Leroy2017-01-311-4/+2
* Added raw printing of types without formatting.Bernhard Schommer2016-08-161-3/+8
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-4/+4
* Record the scope structure during unblocking.Bernhard Schommer2015-09-221-1/+5
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-2/+36
* Support C99 compound literals (by expansion in Unblock pass).xleroy2014-08-211-2/+4
* C: Support array initializers that are too short + default init for remainder.xleroy2014-03-281-1/+1
* 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-4/+8
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)xleroy2012-11-031-10/+10
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+2
* cparser: support for attributes over struct and union.xleroy2011-05-121-4/+6
* Preliminary support for gcc-style __attribute__ over typesxleroy2010-07-081-51/+62
* Support for 'inline' modifierxleroy2010-03-031-1/+3
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+490