solidity/libsolidity
hrkrshnn 62010d0ebd UserDefinedValueType.storageBytes() is correctly set
Previously it returned 32 bytes for all types, which was wasteful. This commit changes it to return
the storage bytes of the underlying type.
2021-09-28 12:32:43 +02:00
..
analysis Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
ast UserDefinedValueType.storageBytes() is correctly set 2021-09-28 12:32:43 +02:00
codegen Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
formal Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
interface Treat ambiguous imports as errors 2021-09-27 13:14:23 +02:00
parsing Separate DebugData fields for Solidity and Yul source locations 2021-09-22 13:11:39 +02:00
CMakeLists.txt ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00