aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/parsing.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few bugs in the pre parser. In particular, the following codeJacques-Henri Jourdan2015-09-301-0/+104
was not parsed correctly: typedef int a; int f() { for(int a; ;) if(1); a * x; } Additionnaly, I tried to add some comments in the pre-parser code, especially for the different hacks used to solve various conflicts.