Extract more functions for generating function and variable names into IRNames

This commit is contained in:
Kamil Śliwak
2020-05-15 14:51:00 +02:00
parent 77796d0349
commit 465e4d4088
8 changed files with 61 additions and 42 deletions
@@ -117,10 +117,6 @@ public:
RevertStrings revertStrings() const { return m_revertStrings; }
/// @returns the variable name that can be used to inspect the success or failure of an external
/// function call that was invoked as part of the try statement.
std::string trySuccessConditionVariable(Expression const& _expression) const;
std::set<ContractDefinition const*, ASTNode::CompareByID>& subObjectsCreated() { return m_subObjects; }
private: