summaryrefslogtreecommitdiff
path: root/tests/test_c_generator.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #479 (multi-pragma/single statement blocks) (#480)ldore2022-11-101-1/+8
* Fix Flake8 Errors (#442)Eisuke Kawashima2021-10-151-1/+0
* Implement C23 _Static_assert without message (#440)Vitaly Cheptsov2021-10-051-0/+1
* Improve recursive comparison of ASTs in test_c_generator and enable testsEli Bendersky2021-10-041-31/+48
* Implement _Alignas and _Alignof support with tests (#435)Vitaly Cheptsov2021-10-041-0/+21
* Clean up some commentsEli Bendersky2021-09-201-5/+1
* Improve _Atomic support and add more tests (#431)Vitaly Cheptsov2021-09-201-0/+22
* Fix declname for _Atomic specifiers, and add c-to-c testsEli Bendersky2021-09-141-0/+25
* Support _Atomic as a qualifierEli Bendersky2021-09-131-0/+2
* Add comments and clean up whitespaceEli Bendersky2021-08-311-1/+1
* Introduce partial C11 support (#429)Vitaly Cheptsov2021-08-311-3/+18
* Extra line breaks when c_ast.If are chained (#401)Patricio Inzaghi2020-12-091-0/+16
* Rename test and add lower-level testingEli Bendersky2020-10-051-1/+7
* Clean up commentsEli Bendersky2020-10-051-3/+0
* Added flattening of abundant parenthesis in CGenerator (#394)Julian2020-10-051-5/+28
* Fix issues #378, #379, #385 (#387)Zecong Hu2020-07-181-0/+7
* Clean up extra whitespaceEli Bendersky2019-06-271-1/+0
* Fix issue #99: parser for FuncDecl incorrectly sets declname attribute on ret...Saullo Carvalho Castelo Branco2019-06-271-2/+40
* Generate pointer types correctly (#315)Amir Gonnen2019-03-271-2/+16
* Fix array type generation (#312) (#313)Amir Gonnen2019-03-261-0/+6
* Add support for empty struct (#66) (#254)ldore2018-04-271-0/+12
* Fix non-generated constant expressions in designated initializers (#246) (#255)ldore2018-04-261-0/+5
* Fixed enum formatting in generating C code (issue #240). (#243)Seth Poulsen2018-03-161-17/+17
* Add support for #pragma in struct_declaration (Issue #221). (#222)ldore2017-11-221-0/+3
* Format enums with one value per line (#216)Kyle Altendorf2017-10-181-0/+32
* Add compound literal support to CGenerator (eliben/pycparser#176) (#188)Julian Priestley2017-04-191-0/+6
* Protected expressions in ternary operator with paranthesis.Daniel Murdin2016-07-141-0/+8
* Update c_generator to add {} around nested NamedInitializersJamie Pate2015-12-151-0/+13
* Add support for #pragmaJulian Hammer2015-10-201-0/+9
* Fix parsing order of nested PtrDeclsEli Bendersky2015-04-201-1/+7
* Minor cleanup in testEli Bendersky2015-02-211-9/+8
* adds visit_FuncDecl method to CGenerator + testSpencer Russell2015-02-201-1/+25
* fix: Comma operator in AssignmentAkira Hayakawa2014-09-201-0/+8
* fix: comma operator in ternary operatorAkira Hayakawa2014-09-201-0/+7
* Add a ctoc test (#47)Akira Hayakawa2014-08-281-0/+6
* fix for issue #24wayrick2014-02-061-0/+6
* Clean up whitespace in test codeEli Bendersky2013-12-261-1/+0
* Fix bitbucket issue #9: incorrect C generation for ExprList in expr context.Eli Bendersky2013-06-081-5/+15
* Fix nested initialiser lists.Graham Markall2013-01-161-0/+14
* Issue #79: fix C generation of switch/case AST nodesEli Bendersky2012-12-251-0/+19
* Issue #83: Distinguish initializer lists from expression listsEli Bendersky2012-12-251-0/+7
* Issue #84: fix C generation for some statementsEli Bendersky2012-12-251-1/+8
* Issue #89: fix C generation for K&R-style declarationsEli Bendersky2012-12-251-3/+13
* fix c generator to preserve qualifiers between pointer * and var nameEli Bendersky2012-01-241-0/+1
* fix the case where the first statement in a file is empty (just a semicolon)....Eli Bendersky2012-01-241-0/+2
* moving CGenerator testsEli Bendersky2012-01-241-0/+124