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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user