solidity/libsolidity
hrkrshnn 6109b5c3a1 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-29 11:41:47 +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-29 11:41:47 +02:00
codegen Do not store immutables packed. 2021-09-29 10:12:05 +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