Fix Clang-tidy modernize-use-override warnings in some files in include/lldb/Interpre...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Thu, 22 Oct 2015 19:59:21 +0000 (19:59 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Thu, 22 Oct 2015 19:59:21 +0000 (19:59 +0000)
commitbd832d513156cea8645f1c3da1296f791edfbbab
treebd8b52c3bf27b61d1b3cbf1a8ea36d75c6acc45a
parent1740d72867fe9de933d5f080c5cbbefe14a00d44
Fix Clang-tidy modernize-use-override warnings in some files in include/lldb/Interpreter and Host; other minor fixes.

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

llvm-svn: 251054
23 files changed:
lldb/include/lldb/Host/MonitoringProcessLauncher.h
lldb/include/lldb/Host/posix/HostProcessPosix.h
lldb/include/lldb/Interpreter/CommandCompletions.h
lldb/include/lldb/Interpreter/CommandHistory.h
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/include/lldb/Interpreter/CommandObject.h
lldb/include/lldb/Interpreter/CommandObjectMultiword.h
lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
lldb/include/lldb/Interpreter/CommandOptionValidators.h
lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
lldb/include/lldb/Interpreter/OptionGroupBoolean.h
lldb/include/lldb/Interpreter/OptionGroupFile.h
lldb/include/lldb/Interpreter/OptionGroupFormat.h
lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
lldb/include/lldb/Interpreter/OptionGroupPlatform.h
lldb/include/lldb/Interpreter/OptionGroupString.h
lldb/include/lldb/Interpreter/OptionGroupUInt64.h
lldb/include/lldb/Interpreter/OptionGroupUUID.h
lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
lldb/include/lldb/Interpreter/OptionGroupVariable.h
lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
lldb/include/lldb/Interpreter/Options.h
lldb/include/lldb/Interpreter/ScriptInterpreter.h