[Sol->Yul] Implementing array resizing for packed array types.

This commit is contained in:
Djordje Mijovic
2020-10-01 10:25:00 +02:00
parent b34465c5ef
commit aa23ebc8e6
2 changed files with 36 additions and 3 deletions
+5
View File
@@ -422,6 +422,11 @@ private:
/// @returns a function that reads a reference type from storage to memory (performing a deep copy).
std::string readFromStorageReferenceType(Type const& _type);
/// @returns the name of a function that will clear given storage slot
/// starting with given offset until the end of the slot
/// signature: (slot, offset)
std::string partialClearStorageSlotFunction();
langutil::EVMVersion m_evmVersion;
RevertStrings m_revertStrings;
MultiUseYulFunctionCollector& m_functionCollector;