summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Feature/add pragma support (#487)Jordy Ruiz2023-01-082-3/+19
* Update test_examples.py to use subTest now that we have modern PythonsEli Bendersky2023-01-071-15/+5
* More removal of code specific for Python 2Eli Bendersky2023-01-071-4/+1
* Fix #479 (multi-pragma/single statement blocks) (#480)ldore2022-11-102-2/+11
* Improve error reporting from test_examplesEli Bendersky2022-01-252-5/+5
* Don't run cpp/gcc-needing tests on Darwin: not all Macs have the toolsEli Bendersky2021-10-291-1/+1
* Only run example tests on Linux, since many require cppEli Bendersky2021-10-291-1/+2
* Add test that runs all examples and makes sure they don't crashEli Bendersky2021-10-292-0/+56
* Fix typos (#443)Kian Meng Ang2021-10-183-5/+5
* Fix Flake8 Errors (#442)Eisuke Kawashima2021-10-154-8/+2
* Implement C23 _Static_assert without message (#440)Vitaly Cheptsov2021-10-053-1/+8
* Implement u8, u, and U strings from C11 (#439)Vitaly Cheptsov2021-10-052-0/+17
* 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-044-3/+59
* Clean up some commentsEli Bendersky2021-09-201-5/+1
* Improve _Atomic support and add more tests (#431)Vitaly Cheptsov2021-09-203-31/+74
* Fix declname for _Atomic specifiers, and add c-to-c testsEli Bendersky2021-09-141-0/+25
* A different, more robust appoach to fix _Atomic specifiers.Eli Bendersky2021-09-131-3/+18
* Implement atomic specifiers like _Atomic(int*).Eli Bendersky2021-09-131-0/+12
* Support _Atomic as a qualifierEli Bendersky2021-09-133-1/+17
* Add comments and clean up whitespaceEli Bendersky2021-08-312-1/+16
* Introduce partial C11 support (#429)Vitaly Cheptsov2021-08-315-18/+100
* Add a tricky test, and reformat some commentsEli Bendersky2021-08-281-0/+12
* Add thornier tests for nested pointers with qualifiers in declarationsEli Bendersky2021-08-281-0/+18
* Clean whitespaceEli Bendersky2021-08-281-1/+1
* c_parser: support parenthesized compounds (#423)Jordan Yates2021-07-071-0/+53
* Extra line breaks when c_ast.If are chained (#401)Patricio Inzaghi2020-12-091-0/+16
* Simplify test execution (#400)Jon Dufresne2020-12-083-21/+1
* 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
* Add test for https://github.com/eliben/pycparser/issues/392Eli Bendersky2020-09-301-0/+10
* Fix #349: convert to raw strings in lexer tests (#389)hodbn2020-08-181-2/+2
* Fix issues #378, #379, #385 (#387)Zecong Hu2020-07-182-0/+46
* Fix #363 incorrect AST when parsing offsetof (#364)Zecong Hu2020-03-031-0/+24
* Recognize integer multicharacter constants like 'ABCD' (#350)yaroslav-o2019-09-251-4/+8
* Fix slow backtracking when parsing strings (no external deps) (#347)Tyson Andre2019-08-261-1/+30
* Fix error transforming an empty switch (#346)Tyson Andre2019-08-211-0/+14
* 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
* Fix issue #314: Failed parsing unnamed function parameters with array dim qua...Saullo Carvalho Castelo Branco2019-06-011-0/+25
* Fix issue #324: u/l constant integer suffix (#326)Kevin2019-05-091-1/+17
* Generate pointer types correctly (#315)Amir Gonnen2019-03-271-2/+16
* Fix array type generation (#312) (#313)Amir Gonnen2019-03-261-0/+6
* Fix crash when file starts with a semicolon (#310)Simon Lindholm2019-03-061-0/+22
* extended and cleaned up #pragma testcases (#297)Julian2018-12-071-5/+15
* Add test for parsing a hex float constant to the right typeEli Bendersky2018-08-311-0/+3
* Correct Parsing of Floating Point Literals, issue #253 (#277)Robbert Harms2018-08-311-0/+21
* Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2018-07-253-64/+65
|\
| * Use more specific assertIsInstance in tests (#268)Jon Dufresne2018-06-263-64/+64