solidity/libsolidity
cameel 642653ea04 Make yul::Parser::parse() return unique_ptr rather than shared_ptr
- unique_ptr is more flexible and generally recommended for factory methods. It gets automatically converted to shared_ptr if necessary. Returning shared_ptr, on the other hand, forces the caller to use shared_ptr because a conversion to unique_ptr is not possible.
2020-01-29 20:07:08 +01:00
..
analysis Use yul::AstWalker to resolve assembly symbols 2020-01-28 17:57:48 +01:00
ast Implements AST JSON import for function call options. 2020-01-23 21:20:01 +01:00
codegen Make yul::Parser::parse() return unique_ptr rather than shared_ptr 2020-01-29 20:07:08 +01:00
formal Replace void cast by maybe_unused 2020-01-09 13:41:30 +01:00
interface Merge pull request #7918 from ethereum/compilerstack-fqdn 2020-01-15 18:00:58 +01:00
parsing Implement new with CREATE2 and function call options. 2020-01-23 21:20:01 +01:00
CMakeLists.txt Merge pull request #7153 from djudjuu/newImportAST 2020-01-14 17:56:53 +01:00