summaryrefslogtreecommitdiff
path: root/src/analysis/function.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-06Add way to track variables if to it was assigned function result.Andrei Karas1-0/+6
2015-06-27Check function parameters what must be non nullAndrei Karas1-0/+5
and report if variable must be checked for null
2015-06-26Fix program name in copyright headers.Andrei Karas1-1/+1
2015-06-11Change how node analysers getting information about current tasks.Andrei Karas1-1/+1
Now two variables one const for input data, and second for output data.
2015-06-09Add basic walking tree parameters.Andrei Karas1-1/+2
2015-06-09Simplify analysis code.Andrei Karas1-3/+0
2015-06-09Add basic tree analysis. Dump function arguments and detect pointers without ↵Andrei Karas1-0/+40
nonnull attribute