summaryrefslogtreecommitdiff
path: root/pycparser/_c_ast.cfg
Commit message (Expand)AuthorAgeFilesLines
* Implement _Alignas and _Alignof support with tests (#435)Vitaly Cheptsov2021-10-041-3/+5
* Introduce partial C11 support (#429)Vitaly Cheptsov2021-08-311-0/+2
* Remove confusing/stale reference in commentEli Bendersky2020-09-301-1/+1
* Use https:// for all project links where available (#267)Jon Dufresne2018-06-261-1/+1
* Remove Copyright from every source fileEli Bendersky2017-02-021-1/+1
* Add support for #pragmaJulian Hammer2015-10-201-0/+2
* Various cosmetic updates to documentationEli Bendersky2015-05-101-1/+1
* Decrease memory usage of pycparser by using __slots__ in AST nodes.Eli Bendersky2015-04-181-4/+1
* Fuller support for qualifiers in array dimensions.Eli Bendersky2014-01-251-1/+5
* moar cleanupsEli Bendersky2013-09-251-6/+6
* Cosmetic whitespace fixesEli Bendersky2013-09-241-188/+188
* Fix comment and trim trailing whitespaceEli Bendersky2013-01-161-2/+2
* Issue #83: Distinguish initializer lists from expression listsEli Bendersky2012-12-251-2/+6
* Transform the AST to create a correct representation of the cases inside a sw...Eli Bendersky2012-02-031-2/+2
* typo & cosmetic changesEli Bendersky2012-02-031-1/+1
* * Added EmptyStatement node to represent an empty statement (sole ';'), with ...eli.bendersky2011-10-161-0/+4
* * added some material to the explore_ast.py exampleeli.bendersky2011-08-311-1/+1
* began skeleton implementation of c-to-c.py exampleeli.bendersky2011-02-181-2/+2
* Removed portability.py, using from __future__ import print_function instead. ...eli.bendersky2011-02-181-1/+1
* The name of a NamedInitializer node was turned into a sequence of nodeseli.bendersky2010-12-101-2/+4
* hg exchange .yaml for .cfg filesrelease_2.01eli.bendersky2010-12-041-0/+178