summaryrefslogtreecommitdiff
path: root/cparser/Rename.ml
Commit message (Expand)AuthorAge
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* Problems with multiple declarations of publically-visible identifiersGravatar xleroy2012-02-29
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* Revised treatment of builtinsGravatar xleroy2010-03-07
* Support for 'inline' modifierGravatar xleroy2010-03-03
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03