summaryrefslogtreecommitdiff
path: root/src/analysis/analysis.h
AgeCommit message (Collapse)AuthorFilesLines
2015-06-11Fix some issues in test6.Andrei Karas1-0/+2
Now if variable check happend before other code variable will not trigger warning. Example: if (!a) return; *a = 10;
2015-06-11Change how node analysers getting information about current tasks.Andrei Karas1-2/+2
Now two variables one const for input data, and second for output data.
2015-06-10Allow in walking from one node change searched variables in same node levels.Andrei Karas1-1/+1
This fix bug in test6.
2015-06-09Add location detection for *_EXPR nodes.Andrei Karas1-0/+2
Also fix line in warning for MODIFY_EXPR.
2015-06-09Add basic walking tree parameters.Andrei Karas1-2/+5
2015-06-09Add basic tree analysis. Dump function arguments and detect pointers without ↵Andrei Karas1-0/+34
nonnull attribute