summaryrefslogtreecommitdiff
path: root/pycparser/c_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Implement _Alignas and _Alignof support with tests (#435)Vitaly Cheptsov2021-10-041-9/+29
* Introduce partial C11 support (#429)Vitaly Cheptsov2021-08-311-0/+21
* Clean up whitespace in generated AST codeEli Bendersky2020-04-151-5/+5
* Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2018-07-251-1/+1
|\
| * Use https:// for all project links where available (#267)Jon Dufresne2018-06-261-1/+1
* | Add tests for empty struct/union typedeclsEli Bendersky2018-07-251-1/+1
|/
* Implement __repr__ on Nodes (Issue #226) (#227)ldore2018-01-171-0/+27
* Improve NodeVisitor performance, add iterator on Node children (Issue #219). ...ldore2017-11-201-4/+252
* Remove Copyright from every source fileEli Bendersky2017-02-021-1/+1
* Add support for #pragmaJulian Hammer2015-10-201-0/+12
* Various cosmetic updates to documentationEli Bendersky2015-05-101-1/+1
* Support weakref to AST objects.Eli Bendersky2015-04-211-46/+46
* Decrease memory usage of pycparser by using __slots__ in AST nodes.Eli Bendersky2015-04-181-20/+68
* Fuller support for qualifiers in array dimensions.Eli Bendersky2014-01-251-2/+3
* Add support for arr[const 10] in function declarations too;Eli Bendersky2014-01-251-1/+1
* cleanupsEli Bendersky2013-09-251-26/+26
* Issue #83: Distinguish initializer lists from expression listsEli Bendersky2012-12-251-0/+13
* Transform the AST to create a correct representation of the cases inside a sw...Eli Bendersky2012-02-031-6/+8
* typo & cosmetic changesEli Bendersky2012-02-031-733/+733
* adding ability to Node.show to display each node's name (in its parent). Base...eli.bendersky2011-11-121-68/+91
* * Added EmptyStatement node to represent an empty statement (sole ';'), with ...eli.bendersky2011-10-161-0/+9
* changed license notices to BSD in all fileseli.bendersky2011-04-291-2/+2
* Moved the .show method into the base class "Node" in _ast_gen.py, to make gen...eli.bendersky2011-02-041-593/+62
* The name of a NamedInitializer node was turned into a sequence of nodeseli.bendersky2010-12-101-1237/+1232
* releasing version 2.01 - removed yaml dependency, fix installation problemseli.bendersky2010-12-041-1237/+1237
* initial implementation of C99 named initializers and compound literals. The l...eli.bendersky2010-10-301-18/+71
* Implemented mixing of declarations and statements in compound statements for ...eli.bendersky2010-10-291-5/+3
* Implemented restrict and inline keywords for C99eli.bendersky2010-10-291-3/+4
* Implemented declarations in first expr of a For loop, for C99eli.bendersky2010-10-291-0/+22
* Backed out changeset: 8ee804744907eli.bendersky2010-08-131-161/+1163
* Removall of dependency to yaml and use introspection for c_ast in place of ge...Charles Bajeux2010-08-131-1163/+161
* initial import from SVNEli Bendersky2010-05-211-0/+1163