solidity/libsolidity
Kamil Śliwak 3c7112ed2b Remove the assertion against functions bound to types for which should not be possible
- The list was wrong - we do support string and int literals
- The assertion was meant to guard against silently skipping over types for which there is no special handling. The current code handles everything in a generic way though and likely will not have to be adjusted for newly added types so the risk of that happening is low.
2021-06-02 13:59:42 +02:00
..
analysis ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00
ast Error message: try-catch parameter cannot be in storage. 2021-05-31 11:25:08 +02:00
codegen Remove the assertion against functions bound to types for which should not be possible 2021-06-02 13:59:42 +02:00
formal Fix conversion from bytes to fixed bytes 2021-06-01 17:55:18 +02:00
interface ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00
parsing Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
CMakeLists.txt ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00