aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cleanup.ml
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* seems to process _Thread_local but not till backendDavid Monniaux2020-02-241-1/+1
* begin implementing thread_local storageDavid Monniaux2020-02-241-3/+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-1/+1
* Revert "preserve static initialized variables (#81)"Xavier Leroy2018-04-101-9/+2
* Check for redefinition of globals and preserve static initialized variables (...Bernhard Schommer2018-04-091-3/+15
* Fixed regression introduce by merge of PR#69.Bernhard Schommer2015-12-031-4/+1
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-3/+3
* Remove unused globals also from the debug informations.Bernhard Schommer2015-10-011-1/+6
* Proper treatment of extended asm.Xavier Leroy2015-04-211-1/+5
* Support C99 compound literals (by expansion in Unblock pass).xleroy2014-08-211-1/+2
* - Re-added support for "__func__" identifier as per ISO C99.xleroy2014-05-151-4/+9
* Eliminate unreferenced inline functionsxleroy2013-10-281-2/+4
* Support for inline assembly (asm statements).xleroy2012-12-181-4/+7
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+1
* cparser: support for attributes over struct and union.xleroy2011-05-121-3/+3
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+196