fixup! Implement a Function Call Graph

This commit is contained in:
Kamil Śliwak 2021-02-11 18:13:03 +01:00
parent c977c0cfd0
commit 1452076ee2

View File

@ -48,7 +48,8 @@ using namespace solidity;
using namespace solidity::util;
using namespace solidity::frontend;
namespace {
namespace
{
void verifyCallGraph(set<ASTNode const*, ASTNode::CompareByID> const& _nodes, set<string>& _functionList)
{