Yul IR generation for member access to type types.

This commit is contained in:
chriseth
2020-04-22 11:25:27 +02:00
parent d0fcd468f6
commit 4908101ad7
10 changed files with 117 additions and 35 deletions
@@ -87,6 +87,11 @@ private:
/// Generates code to rethrow an exception.
void rethrow();
void handleVariableReference(
VariableDeclaration const& _variable,
Expression const& _referencingExpression
);
/// Appends code to call an external function with the given arguments.
/// All involved expressions have already been visited.
void appendExternalFunctionCall(