solidity/liblll
benjaminion 0175008ffa LLL: Fix msg macro with six arguments.
The previous macro used the set built-in in a way incompatible with the current
implementation of set. This commit updates the macro to be more transparent in how it's
working and avoids the use of the set and alloc built-ins.
2017-06-22 13:46:52 +01:00
..
All.h move liblll 2016-03-21 14:58:34 +03:00
CMakeLists.txt Build jsoncpp from source using jsoncpp.cmake script 2016-10-20 22:18:13 +01:00
CodeFragment.cpp Replace obsolete assembly code in LLL 2017-06-21 21:23:39 +01:00
CodeFragment.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
Compiler.cpp Remove obsolete Assembly::out 2017-06-14 21:21:26 +01:00
Compiler.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
CompilerState.cpp LLL: Fix msg macro with six arguments. 2017-06-22 13:46:52 +01:00
CompilerState.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
Exceptions.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
Parser.cpp liblll: allow macros with no arguments 2017-06-12 15:16:08 +02:00
Parser.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00