From 24d7bdd3a9b9014e1e58dbe44f501fbfdec564c5 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Wed, 7 Jan 2015 02:27:05 +0100 Subject: FunctionType also gets CanonicalSignature - also using iterators in the signature creation function --- Types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Types.h') diff --git a/Types.h b/Types.h index 48539a1d..0fe685b8 100644 --- a/Types.h +++ b/Types.h @@ -325,6 +325,7 @@ public: virtual unsigned getSizeOnStack() const override; Location const& getLocation() const { return m_location; } + std::string getCanonicalSignature() const; private: TypePointers m_parameterTypes; -- cgit