aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-05-07 16:12:27 +0800
committerLiana Husikyan <liana@ethdev.com>2015-05-08 23:51:52 +0800
commit115c22c0e001fd0f9c440c45b33009bfe99697f8 (patch)
treec014363b1b8491a16f65b0a6c2a22cab4a8dc884 /Types.h
parent4fdfbaa3674a1597d1f192075700ac5951772193 (diff)
downloaddexon-solidity-115c22c0e001fd0f9c440c45b33009bfe99697f8.tar.gz
dexon-solidity-115c22c0e001fd0f9c440c45b33009bfe99697f8.tar.zst
dexon-solidity-115c22c0e001fd0f9c440c45b33009bfe99697f8.zip
changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
Diffstat (limited to 'Types.h')
-rw-r--r--Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Types.h b/Types.h
index 65a6867d..5b95e556 100644
--- a/Types.h
+++ b/Types.h
@@ -617,6 +617,7 @@ public:
/// @returns true if this function can take the given argument types (possibly
/// after implicit conversion).
bool canTakeArguments(TypePointers const& _arguments) const;
+ /// @returns true if the types of parameters are equal(does't check return parameter types)
bool hasEqualArgumentTypes(FunctionType const& _other) const;
Location const& getLocation() const { return m_location; }