aboutsummaryrefslogtreecommitdiff
path: root/tests/test_c_parser.py
AgeCommit message (Expand)Author
2015-05-10Adding support for empty initializer lists.Eli Bendersky
2015-05-10Fix breakage on 2.6 by replacing assertIsInstanceEli Bendersky
2015-05-09Adding support for offsetof()Eli Bendersky
2015-04-21Add some parser-level tests to PtrDecl qualifiersEli Bendersky
2015-04-20Cosmetic cleanupsEli Bendersky
2015-04-20Allow binary constants (e.g.: 0b01010)Konstanty Bialkowski
2015-01-11Align array dimension grammar with the C standard.necase
2014-03-15Fix issue #27: handle unified wstring literals properlyEli Bendersky
2014-03-15Fix issue #28: coord for 'for' loopsEli Bendersky
2014-01-25Fuller support for qualifiers in array dimensions.Eli Bendersky
2014-01-25Add support for arr[const 10] in function declarations too;Eli Bendersky
2014-01-22allow "static" in array parameters (GH issue #21)Robin Martinjak
2013-08-08Locate test data from __file__Stefano Rivera
2013-07-13Added a test and updated CHANGESEli Bendersky
2013-07-13Cosmetic changesEli Bendersky
2013-07-11Support typedef names redeclared to identifiers in inner scopesSye van der Veen
2013-07-02Added test case for expressionsEli Bendersky
2013-06-10Functions that don't have explicit return types are assumed to return intSye van der Veen
2013-01-18clean some trailing whitespace in testsEli Bendersky
2012-12-25Issue #83: Distinguish initializer lists from expression listsEli Bendersky
2012-12-25Issue #84: fix C generation for some statementsEli Bendersky
2012-07-06test case for issue 60Eli Bendersky
2012-07-06Make sure the parser remembers the coordinates of simple string typesEli Bendersky
2012-06-15Issue 57: support for C99 hexadecimal float constantsEli Bendersky
2012-06-15Issue 62: correct coord for Ellipsis nodesEli Bendersky
2012-02-03Transform the AST to create a correct representation of the cases inside a sw...Eli Bendersky
2012-02-03add a basic parsing test for a switch statement - doesn't do anything interes...Ben
2012-01-24fix the case where the first statement in a file is empty (just a semicolon)....Eli Bendersky
2012-01-19made testing scripts runnable from root dir + added tox.iniEli Bendersky
2012-01-19fix reversal of specifiers & qualifiers in C generationEli Bendersky
2012-01-19Support for C99 _Complex type. Patch by Andreas KloecknerEli Bendersky
2011-10-19fix issue 48: handling of empty fileseli.bendersky
2011-10-16* Added EmptyStatement node to represent an empty statement (sole ';'), with ...eli.bendersky
2011-09-24- cosmetic fixes for the _Bool patcheli.bendersky
2011-06-22Fix for Issue #39: allow anonymous struct fields not only of union/struct typ...eli.bendersky
2011-05-20Basic scoping of typedefs implementedeli.bendersky
2011-03-04fixing issue 23: coords of castseli.bendersky
2011-02-10 some fixes to previous commit + testeli.bendersky
2011-02-10Issue 19: Anonymous unions within struct cause parser erroreli.bendersky
2011-02-04Handle empty ';' statements inside functionseli.bendersky
2011-02-04Fix parsing of empty declarations on the file-level (issue 17)eli.bendersky
2010-10-30compound literals now work - a couple of tests addedeli.bendersky
2010-10-30initial implementation of C99 named initializers and compound literals. The l...eli.bendersky
2010-10-30Implemented 'long long' type support for C99eli.bendersky
2010-10-29Implemented mixing of declarations and statements in compound statements for ...eli.bendersky
2010-10-29Implemented basic VLA support for C99eli.bendersky
2010-10-29Implemented restrict and inline keywords for C99eli.bendersky
2010-10-29Implemented declarations in first expr of a For loop, for C99eli.bendersky
2010-10-09documentation & updates for 1.08eli.bendersky
2010-10-09bugfix for issue 9: correct support of anonymous bitfields in structseli.bendersky