aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cabshelper.ml
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* Support _Static_assert from C11Xavier Leroy2020-07-211-0/+1
* New parser based on new version of the Coq backend of Menhir (#276)Jacques-Henri Jourdan2019-07-051-9/+4
* Added the _Noreturn keyword.Bernhard Schommer2016-03-231-1/+1
* Merge remote-tracking branch 'origin/master' into parser_fixJacques-Henri Jourdan2015-11-041-2/+2
|\
| * Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-2/+2
* | Better handling of old-style K&R function declarations:Jacques-Henri Jourdan2015-11-011-9/+1
|/
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-1/+1
* Assorted fixes to fix parsing issues and be more GCC-like:xleroy2014-05-121-1/+1
* Incorrect conversion of K&R functions. Example of problem:xleroy2014-05-121-0/+7
* Support for old-style K&R function definitions.xleroy2014-05-051-0/+1
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-51/+4
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...xleroy2010-09-011-1/+1
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+126