summaryrefslogtreecommitdiff
path: root/src/nodes/base/node.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-21Allow in each node set limit for child nodes to parse.Andrei Karas1-2/+2
2015-06-26Fix program name in copyright headers.Andrei Karas1-1/+1
2015-06-26Overload compare operators between pointer to Node and tree_code.Andrei Karas1-0/+4
2015-06-12Add way to avoid resursion in var_decl.Andrei Karas1-1/+3
2015-06-09Add flag for each node parser for parse child nodes or not.Andrei Karas1-0/+2
2015-06-09Add location variable to all nodes. And fill it with raw location.Andrei Karas1-0/+2
2015-06-09Add basic tree analysis. Dump function arguments and detect pointers without ...Andrei Karas1-2/+4
2015-06-07Add memoryusage plugin command. It show only number of allocated nodes.Andrei Karas1-0/+8
2015-06-07Fix crash in parsing INTEGER_CST.Andrei Karas1-1/+3
2015-06-07Collect all child nodes for each node.Andrei Karas1-0/+2
2015-06-04Move base nodes into base directory.Andrei Karas1-0/+63