mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix ICE on multi-source use of abi.*
This commit is contained in:
@@ -56,11 +56,9 @@ SMTEncoder::SMTEncoder(
|
||||
{
|
||||
}
|
||||
|
||||
bool SMTEncoder::analyze(SourceUnit const& _source)
|
||||
void SMTEncoder::resetSourceAnalysis()
|
||||
{
|
||||
state().prepareForSourceUnit(_source);
|
||||
|
||||
return true;
|
||||
m_freeFunctions.clear();
|
||||
}
|
||||
|
||||
bool SMTEncoder::visit(ContractDefinition const& _contract)
|
||||
|
||||
Reference in New Issue
Block a user