aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/pre_parser.mly
Commit message (Expand)AuthorAgeFilesLines
...
* | Better handling of old-style K&R function declarations:Jacques-Henri Jourdan2015-11-011-88/+90
* | other, simpler fix: the lexer emits 2 tokens for each identifierJacques-Henri Jourdan2015-10-081-203/+136
|/
* Fixed a few bugs in the pre parser. In particular, the following codeJacques-Henri Jourdan2015-09-301-102/+234
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-1/+37
* Support "asm volatile" (closes: PR#5).Xavier Leroy2014-12-291-1/+1
* Empty declarationsjjourdan2014-05-231-0/+2
* Typo in struct_declaration_list causing conflicts.xleroy2014-05-181-1/+1
* - Re-added support for "__func__" identifier as per ISO C99.xleroy2014-05-151-0/+1
* Assorted fixes to fix parsing issues and be more GCC-like:xleroy2014-05-121-2/+3
* Do not allow typedef_name in identifier lists of K&R style definitionsjjourdan2014-05-051-4/+4
* Support for old-style K&R function definitions.xleroy2014-05-051-0/+22
* Treat all identifiers as VAR_NAME by default (i.e. if not bound by a typedef)...xleroy2014-05-051-3/+1
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-0/+658