@ -26,8 +26,10 @@
using namespace std;
namespace dev {
namespace solidity {
namespace dev
{
namespace solidity
void CallGraph::addFunction(FunctionDefinition const& _function)
@ -25,8 +25,10 @@
#include <boost/range/iterator_range.hpp>
#include <libsolidity/ASTVisitor.h>
/**
* Can be used to compute the graph of calls (or rather references) between functions of the same