aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Rename.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-2/+5
* Remove the cparser/Builtins moduleXavier Leroy2019-07-171-1/+1
* Record value of constant expression in C.Scase constructorXavier Leroy2018-04-271-1/+1
* Reactivated and improved ais annotations.Bernhard Schommer2018-03-061-1/+1
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-1/+1
* Next try for support of anonymous structs.Bernhard Schommer2016-12-071-1/+2
* Remove undocumented option. Bug 20193Bernhard Schommer2016-10-141-23/+6
* Classified all warnings and added various options.Bernhard Schommer2016-07-291-2/+1
* Handle large static initializers for global arraysXavier Leroy2015-11-091-1/+1
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-8/+8
* Remove non digit and non letter chars from filename used in renaming of stati...Bernhard Schommer2015-07-151-0/+1
* Added flag for the renaming of static functions.Bernhard Schommer2015-05-191-6/+22
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-1/+7
* 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