summaryrefslogtreecommitdiff
path: root/cparser/pre_parser.mly
Commit message (Expand)AuthorAge
* Empty declarationsGravatar jjourdan2014-05-23
* Typo in struct_declaration_list causing conflicts.Gravatar xleroy2014-05-18
* - Re-added support for "__func__" identifier as per ISO C99.Gravatar xleroy2014-05-15
* Assorted fixes to fix parsing issues and be more GCC-like:Gravatar xleroy2014-05-12
* Do not allow typedef_name in identifier lists of K&R style definitionsGravatar jjourdan2014-05-05
* Support for old-style K&R function definitions.Gravatar xleroy2014-05-05
* Treat all identifiers as VAR_NAME by default (i.e. if not bound by a typedef)...Gravatar xleroy2014-05-05
* Integration of Jacques-Henri Jourdan's verified parser.Gravatar xleroy2014-04-29