mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CHC clears indices so that initial is 0 and current is 1
This commit is contained in:
@@ -217,7 +217,7 @@ protected:
|
||||
/// Resets the variable indices.
|
||||
void resetVariableIndices(VariableIndices const& _indices);
|
||||
/// Used when starting a new block.
|
||||
void clearIndices(ContractDefinition const* _contract, FunctionDefinition const* _function = nullptr);
|
||||
virtual void clearIndices(ContractDefinition const* _contract, FunctionDefinition const* _function = nullptr);
|
||||
|
||||
|
||||
/// @returns variables that are touched in _node's subtree.
|
||||
|
||||
Reference in New Issue
Block a user