mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Report locations of unimplemented features.
This commit is contained in:
@@ -47,6 +47,9 @@ public:
|
||||
|
||||
std::string code() const;
|
||||
|
||||
/// Generate the code for the statements in the block;
|
||||
void generate(Block const& _block);
|
||||
|
||||
/// Generates code to initialize the given state variable.
|
||||
void initializeStateVar(VariableDeclaration const& _varDecl);
|
||||
/// Generates code to initialize the given local variable.
|
||||
|
||||
Reference in New Issue
Block a user