summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 49: Allow dots ('.') in string escapes for the sake of #line directives...eli.bendersky2011-10-311-0/+16
* fix issue 48: handling of empty fileseli.bendersky2011-10-191-0/+5
* some changes to run tests on linuxEli Bendersky2011-10-162-34/+37
* * Added EmptyStatement node to represent an empty statement (sole ';'), with ...eli.bendersky2011-10-161-0/+11
* - cosmetic fixes for the _Bool patcheli.bendersky2011-09-242-0/+8
* Fix for Issue #39: allow anonymous struct fields not only of union/struct typ...eli.bendersky2011-06-221-2/+2
* Basic scoping of typedefs implementedeli.bendersky2011-05-201-11/+34
* fixing issue 23: coords of castseli.bendersky2011-03-041-0/+8
* some fixes to previous commit + testeli.bendersky2011-02-101-0/+8
* Issue 19: Anonymous unions within struct cause parser erroreli.bendersky2011-02-101-1/+111
* Handle empty ';' statements inside functionseli.bendersky2011-02-041-1/+1
* Fix parsing of empty declarations on the file-level (issue 17)eli.bendersky2011-02-041-4/+13
* compound literals now work - a couple of tests addedeli.bendersky2010-10-301-6/+20
* initial implementation of C99 named initializers and compound literals. The l...eli.bendersky2010-10-301-7/+44
* Implemented 'long long' type support for C99eli.bendersky2010-10-302-0/+7
* Implemented mixing of declarations and statements in compound statements for ...eli.bendersky2010-10-292-18/+14
* Implemented basic VLA support for C99eli.bendersky2010-10-291-0/+13
* Implemented restrict and inline keywords for C99eli.bendersky2010-10-291-1/+13
* Implemented declarations in first expr of a For loop, for C99eli.bendersky2010-10-291-0/+32
* documentation & updates for 1.081.x_finaleli.bendersky2010-10-091-2/+2
* bugfix for issue 9: correct support of anonymous bitfields in structseli.bendersky2010-10-091-0/+29
* Fixed a bug in unified string handling (issue 7)eli.bendersky2010-07-051-0/+6
* Fix for issue 6: support concatenation of string literalseli.bendersky2010-07-031-0/+24
* * Added .hgignore fileeli.bendersky2010-06-251-1/+24
* initial import from SVNEli Bendersky2010-05-2111-0/+7251