mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove the ability to produce an AST in presence of errors in --error-recovery mode
This reverts commit 7fd7cc1e76.
This commit is contained in:
@@ -102,7 +102,7 @@ EdgeNames edgeNames(EdgeMap const& _edgeMap)
|
||||
|
||||
tuple<CallGraphMap, CallGraphMap> collectGraphs(CompilerStack const& _compilerStack)
|
||||
{
|
||||
soltestAssert(!_compilerStack.hasError(), "");
|
||||
soltestAssert(_compilerStack.state() >= CompilerStack::State::AnalysisSuccessful);
|
||||
|
||||
tuple<CallGraphMap, CallGraphMap> graphs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user