From 863ede59a63ea38e98960659ab98da7531046783 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Jun 2015 17:02:19 +0300 Subject: Change how node analysers getting information about current tasks. Now two variables one const for input data, and second for output data. --- src/analysis/function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/analysis/function.h') diff --git a/src/analysis/function.h b/src/analysis/function.h index 9ff3e0f..c18e9a9 100644 --- a/src/analysis/function.h +++ b/src/analysis/function.h @@ -29,7 +29,7 @@ struct WalkItem; namespace Analysis { - WalkItem analyseFunction(FunctionDeclNode *node, WalkItem wi); + void analyseFunction(FunctionDeclNode *node, const WalkItem &wi, WalkItem &wo); void getFunctionArgTypes(FunctionDeclNode *node, std::vector &arr); -- cgit v1.2.3-70-g09d2