mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reset AST node IDs between compilation runs.
This commit is contained in:
@@ -112,6 +112,7 @@ bool CompilerStack::parse()
|
||||
{
|
||||
//reset
|
||||
m_errors.clear();
|
||||
ASTNode::resetID();
|
||||
m_parseSuccessful = false;
|
||||
|
||||
if (SemVerVersion{string(VersionString)}.isPrerelease())
|
||||
|
||||
Reference in New Issue
Block a user