Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core, unify closing inclusion guards

patch by Eugene Zelenko

Differential Revision: http://reviews.llvm.org/D11695

llvm-svn: 245275
This commit is contained in:
Pavel Labath
2015-08-18 08:39:09 +00:00
parent 08d823afe4
commit 280eb8ab4d
10 changed files with 76 additions and 91 deletions

View File

@@ -128,7 +128,7 @@ public:
ScriptInterpreterPython (CommandInterpreter &interpreter);
~ScriptInterpreterPython ();
~ScriptInterpreterPython() override;
bool
Interrupt() override;
@@ -495,7 +495,7 @@ public:
FILE *out = NULL,
FILE *err = NULL);
~Locker ();
~Locker () override;
private:
@@ -585,6 +585,6 @@ protected:
};
} // namespace lldb_private
#endif // #ifdef LLDB_DISABLE_PYTHON
#endif // LLDB_DISABLE_PYTHON
#endif // #ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTINTERPRETERPYTHON_H
#endif // LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTINTERPRETERPYTHON_H