solidity/libsolidity/codegen
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
..
ir Remove the assertion against functions bound to types for which should not be possible 2021-06-02 13:59:42 +02:00
ABIFunctions.cpp Respect memory model for revert. 2021-05-03 18:23:41 +02:00
ABIFunctions.h Respect memory model for revert. 2021-05-03 18:23:41 +02:00
ArrayUtils.cpp Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
ArrayUtils.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
Compiler.cpp Store generated sources in standard-json output. 2020-09-15 11:22:16 +02:00
Compiler.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
CompilerContext.cpp Insert a call to panic function in legacy codegen (and not inline it every single time) 2021-05-27 18:29:46 +01:00
CompilerContext.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
CompilerUtils.cpp Activating bytes to bytesNN for legacy codegen by calling yul util function. 2021-04-23 13:30:19 +02:00
CompilerUtils.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
ContractCompiler.cpp Properly set source location of bare blocks. 2021-05-31 18:28:17 +02:00
ContractCompiler.h Code generation for errors. 2021-03-30 21:15:46 +02:00
ExpressionCompiler.cpp [Sol->Yul] Adding util function to copy literal to storage. 2021-05-05 11:33:03 +02:00
ExpressionCompiler.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
LValue.cpp Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
LValue.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
MultiUseYulFunctionCollector.cpp Adding additional interface to yul function collector. 2021-03-15 20:27:16 +01:00
MultiUseYulFunctionCollector.h Adding additional interface to yul function collector. 2021-03-15 20:27:16 +01:00
ReturnInfo.cpp Fixing ICE when returning Struct from library 2020-10-13 20:00:11 +02:00
ReturnInfo.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
YulUtilFunctions.cpp Turn toCompactHexWithPrefix into a template and support unsigned types 2021-05-15 23:33:29 +01:00
YulUtilFunctions.h Merge pull request #10768 from ethereum/copyLiteralToStorageSol2Yul 2021-05-06 10:44:39 +02:00