Skip to content
Snippets Groups Projects
Commit 4ab3e05a authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Request a flush after processing a function definition.

parent b96df669
No related branches found
No related tags found
No related merge requests found
...@@ -542,6 +542,8 @@ bool CheckSymbols::visit(FunctionDefinitionAST *ast) ...@@ -542,6 +542,8 @@ bool CheckSymbols::visit(FunctionDefinitionAST *ast)
} }
_functionDefinitionStack.removeLast(); _functionDefinitionStack.removeLast();
flush();
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment