aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cabs.v
Commit message (Expand)AuthorAgeFilesLines
* Use the LGPL instead of the GPL for dual-licensed filesXavier Leroy2021-05-081-4/+5
* Support _Static_assert from C11Xavier Leroy2020-07-211-0/+2
* New parser based on new version of the Coq backend of Menhir (#276)Jacques-Henri Jourdan2019-07-051-27/+27
* Remove the `_Alignas(expr)` construct (#125)Xavier Leroy2018-06-071-2/+1
* New version to support designators.Bernhard Schommer2017-01-241-1/+1
* Implement offsetof via builtin.Bernhard Schommer2017-01-201-0/+1
* Added the _Noreturn keyword.Bernhard Schommer2016-03-231-1/+4
* Merge remote-tracking branch 'origin/master' into parser_fixJacques-Henri Jourdan2015-11-041-3/+3
|\
| * Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-3/+3
* | Better handling of old-style K&R function declarations:Jacques-Henri Jourdan2015-11-011-2/+2
|/
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-1/+7
* Assorted fixes to fix parsing issues and be more GCC-like:xleroy2014-05-121-5/+6
* Support for old-style K&R function definitions.xleroy2014-05-051-0/+1
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-0/+215