summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2015-10-27 00:45:06 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2015-10-27 00:45:06 +0000
commit222b937c55ca5e789cb925878f3fd2250d3e1cbe (patch)
treeb9e00039134c8f035416a1f7162f7622d821db6b /lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
parentfee370be72da1c2092bee2494443375ebf1ed1a3 (diff)
downloadbcm5719-llvm-222b937c55ca5e789cb925878f3fd2250d3e1cbe.tar.gz
bcm5719-llvm-222b937c55ca5e789cb925878f3fd2250d3e1cbe.zip
Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRuntime and Platform; other minor fixes.
llvm-svn: 251374
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h')
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
index 51f8abb91d0..49c34ff84b1 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
@@ -12,6 +12,8 @@
// C Includes
// C++ Includes
+#include <string>
+
// Other libraries and framework includes
// Project includes
#include "PlatformDarwin.h"
@@ -19,6 +21,9 @@
class PlatformiOSSimulator : public PlatformDarwin
{
public:
+ PlatformiOSSimulator ();
+
+ ~PlatformiOSSimulator() override;
//------------------------------------------------------------
// Class Functions
@@ -39,14 +44,6 @@ public:
GetDescriptionStatic();
//------------------------------------------------------------
- // Class Methods
- //------------------------------------------------------------
- PlatformiOSSimulator ();
-
- virtual
- ~PlatformiOSSimulator();
-
- //------------------------------------------------------------
// lldb_private::PluginInterface functions
//------------------------------------------------------------
lldb_private::ConstString
@@ -115,7 +112,6 @@ protected:
private:
DISALLOW_COPY_AND_ASSIGN (PlatformiOSSimulator);
-
};
-#endif // liblldb_PlatformiOSSimulator_h_
+#endif // liblldb_PlatformiOSSimulator_h_
OpenPOWER on IntegriCloud