mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow `memory` suffix for internal elementary type parsing.
This commit is contained in:
committed by
Alex Beregszaszi
parent
95b0589f77
commit
5b1c0506fa
@@ -150,6 +150,7 @@ public:
|
||||
/// @name Factory functions
|
||||
/// Factory functions that convert an AST @ref TypeName to a Type.
|
||||
static TypePointer fromElementaryTypeName(ElementaryTypeNameToken const& _type);
|
||||
/// Converts a given elementary type name with optional suffix " memory" to a type pointer.
|
||||
static TypePointer fromElementaryTypeName(std::string const& _name);
|
||||
/// @}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user