index
:
mana/paranucker
master
Paranoid static code analyzer for C/C++ Regular Users should NOT download this.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nodes
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
Add missing vector include in node.h
Andrei Karas
1
-0
/
+1
2015-07-21
Allow in each node set limit for child nodes to parse.
Andrei Karas
1
-2
/
+2
2015-06-26
Fix program name in copyright headers.
Andrei Karas
9
-9
/
+9
2015-06-26
Overload compare operators between pointer to Node and tree_code.
Andrei Karas
2
-0
/
+34
2015-06-13
Add way to parse *_vec nodes. Add parsing node TREE_VEC.
Andrei Karas
1
-0
/
+35
2015-06-13
Move indirect_ref and component_ref from expr directory to ref.
Andrei Karas
1
-0
/
+38
2015-06-12
Add way to avoid resursion in var_decl.
Andrei Karas
1
-1
/
+3
2015-06-09
Add flag for each node parser for parse child nodes or not.
Andrei Karas
1
-0
/
+2
2015-06-09
Add location variable to all nodes. And fill it with raw location.
Andrei Karas
1
-0
/
+2
2015-06-09
Add basic tree analysis. Dump function arguments and detect pointers without ...
Andrei Karas
1
-2
/
+4
2015-06-08
Add basic support for *_STMT nodes.
Andrei Karas
1
-0
/
+35
2015-06-07
Add memoryusage plugin command. It show only number of allocated nodes.
Andrei Karas
1
-0
/
+8
2015-06-07
Fix crash in parsing INTEGER_CST.
Andrei Karas
1
-1
/
+3
2015-06-07
Collect all child nodes for each node.
Andrei Karas
1
-0
/
+2
2015-06-06
Remove word node from node file names.
Andrei Karas
4
-2
/
+1
2015-06-06
Impliment RETURN_EXPR parsing node. Also add base parsing for _EXPR nodes.
Andrei Karas
1
-0
/
+38
2015-06-04
Add parsing INTEGER_CST node.
Andrei Karas
1
-0
/
+33
2015-06-04
Move base nodes into base directory.
Andrei Karas
3
-0
/
+144