Conversion for string literals.

This commit is contained in:
chriseth
2019-05-07 11:55:17 +02:00
parent 49b1ff76ae
commit e6f8aaafa5
3 changed files with 87 additions and 6 deletions
+5
View File
@@ -155,6 +155,11 @@ public:
static std::string suffixedVariableNameList(std::string const& _baseName, size_t _startSuffix, size_t _endSuffix);
private:
/// Special case of conversionFunction - handles everything that does not
/// use exactly one variable to hold the value.
std::string conversionFunctionSpecial(Type const& _from, Type const& _to);
langutil::EVMVersion m_evmVersion;
std::shared_ptr<MultiUseYulFunctionCollector> m_functionCollector;
};