aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Rename.ml
Commit message (Expand)AuthorAgeFilesLines
* Support C99 compound literals (by expansion in Unblock pass).xleroy2014-08-211-10/+11
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-0/+1
* Support for inline assembly (asm statements).xleroy2012-12-181-4/+6
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-2/+2
* Problems with multiple declarations of publically-visible identifiersxleroy2012-02-291-9/+21
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+1
* cparser: support for attributes over struct and union.xleroy2011-05-121-4/+5
* Revised treatment of builtinsxleroy2010-03-071-1/+1
* Support for 'inline' modifierxleroy2010-03-031-0/+1
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+253