summaryrefslogtreecommitdiff
path: root/cparser/Cleanup.ml
Commit message (Expand)AuthorAge
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* - Re-added support for "__func__" identifier as per ISO C99.Gravatar xleroy2014-05-15
* Eliminate unreferenced inline functionsGravatar xleroy2013-10-28
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03