mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'origin/release' into HEAD
This commit is contained in:
@@ -42,9 +42,10 @@ void CallGraphGenerator::operator()(FunctionCall const& _functionCall)
|
||||
ASTWalker::operator()(_functionCall);
|
||||
}
|
||||
|
||||
void CallGraphGenerator::operator()(ForLoop const&)
|
||||
void CallGraphGenerator::operator()(ForLoop const& _forLoop)
|
||||
{
|
||||
m_callGraph.functionsWithLoops.insert(m_currentFunction);
|
||||
ASTWalker::operator()(_forLoop);
|
||||
}
|
||||
|
||||
void CallGraphGenerator::operator()(FunctionDefinition const& _functionDefinition)
|
||||
|
||||
Reference in New Issue
Block a user