aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Parser.vy
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* Merge branch 'master' (Absint 3.8) into kvx-work-merge3.8David Monniaux2020-11-181-1/+18
|\
| * Support _Static_assert from C11Xavier Leroy2020-07-211-1/+18
* | parse _Thread_localDavid Monniaux2020-02-241-1/+3
|/
* New parser based on new version of the Coq backend of Menhir (#276)Jacques-Henri Jourdan2019-07-051-289/+306
* Wrong AST for GCC-style attributesXavier Leroy2018-08-171-1/+1
* Remove the `_Alignas(expr)` construct (#125)Xavier Leroy2018-06-071-4/+2
* Change the syntax to gcc/clangs syntax.Bernhard Schommer2017-02-011-2/+4
* New version to support designators.Bernhard Schommer2017-01-241-2/+2
* Implement offsetof via builtin.Bernhard Schommer2017-01-201-1/+3
* Keep anonymous members of anonymous structs.Bernhard Schommer2016-09-271-1/+1
* Added the _Noreturn keyword.Bernhard Schommer2016-03-231-9/+10
* Better handling of old-style K&R function declarations:Jacques-Henri Jourdan2015-11-011-67/+79
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-4/+50
* Support "asm volatile" (closes: PR#5).Xavier Leroy2014-12-291-0/+2
* Empty declarationsjjourdan2014-05-231-0/+5
* - Re-added support for "__func__" identifier as per ISO C99.xleroy2014-05-151-2/+2
* Assorted fixes to fix parsing issues and be more GCC-like:xleroy2014-05-121-2/+6
* Support for old-style K&R function definitions.xleroy2014-05-051-2/+41
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-0/+845