aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmPrinter.h
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-16 23:58:17 +0800
committerchriseth <chris@ethereum.org>2018-10-22 21:52:26 +0800
commit19be6cd818e4bb1a49325d8bfea7f7727d85c933 (patch)
treefae4f0c8bb4ca4c32ede677466a6a8cfc2965fee /libsolidity/inlineasm/AsmPrinter.h
parentc13b5280c1b44f18a2a1fb61ef5556e91c5678e7 (diff)
downloaddexon-solidity-19be6cd818e4bb1a49325d8bfea7f7727d85c933.tar
dexon-solidity-19be6cd818e4bb1a49325d8bfea7f7727d85c933.tar.gz
dexon-solidity-19be6cd818e4bb1a49325d8bfea7f7727d85c933.tar.bz2
dexon-solidity-19be6cd818e4bb1a49325d8bfea7f7727d85c933.tar.lz
dexon-solidity-19be6cd818e4bb1a49325d8bfea7f7727d85c933.tar.xz
dexon-solidity-19be6cd818e4bb1a49325d8bfea7f7727d85c933.tar.zst
dexon-solidity-19be6cd818e4bb1a49325d8bfea7f7727d85c933.zip
Some well-formedness checks for the Yul AST.
Diffstat (limited to 'libsolidity/inlineasm/AsmPrinter.h')
-rw-r--r--libsolidity/inlineasm/AsmPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsolidity/inlineasm/AsmPrinter.h b/libsolidity/inlineasm/AsmPrinter.h
index 9f2b842a..971822bf 100644
--- a/libsolidity/inlineasm/AsmPrinter.h
+++ b/libsolidity/inlineasm/AsmPrinter.h
@@ -55,6 +55,7 @@ public:
std::string operator()(assembly::Block const& _block);
private:
+ std::string formatTypedName(TypedName _variable) const;
std::string appendTypeName(std::string const& _type) const;
bool m_yul = false;