This is second attempt based on current code.
I checked this patch on my own build on RHEL 6.
Please check it in if it's OK, because I don't have SVN write access.
Paths
| Differential D13602
[LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Interpreter and Host; other minor fixes. ClosedPublic Authored by Eugene.Zelenko on Oct 9 2015, 1:20 PM.
Details Summary This is second attempt based on current code. I checked this patch on my own build on RHEL 6. Please check it in if it's OK, because I don't have SVN write access.
Diff Detail Event TimelineEugene.Zelenko retitled this revision from to [LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Interpreter and Host; other minor fixes.. Eugene.Zelenko updated this object. Comment Actions Ping. Please review this patch, since these files is largest source of modernize-use-override warnings warnings in LLDB code. This revision is now accepted and ready to land.Oct 22 2015, 2:47 AM clayborg edited edge metadata. Comment ActionsLooks good. I would venture to say just checkin any clang tidy things that aren't changing code functionality without need for review. Closed by commit rL251054: Fix Clang-tidy modernize-use-override warnings in some files in… (authored by eugenezelenko). · Explain WhyOct 22 2015, 1:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36981 include/lldb/Host/MonitoringProcessLauncher.h
include/lldb/Host/posix/HostProcessPosix.h
include/lldb/Interpreter/CommandCompletions.h
include/lldb/Interpreter/CommandInterpreter.h
include/lldb/Interpreter/CommandObject.h
include/lldb/Interpreter/CommandObjectMultiword.h
include/lldb/Interpreter/CommandObjectRegexCommand.h
include/lldb/Interpreter/CommandOptionValidators.h
include/lldb/Interpreter/OptionGroupArchitecture.h
include/lldb/Interpreter/OptionGroupBoolean.h
include/lldb/Interpreter/OptionGroupFile.h
include/lldb/Interpreter/OptionGroupFormat.h
include/lldb/Interpreter/OptionGroupOutputFile.h
include/lldb/Interpreter/OptionGroupPlatform.h
include/lldb/Interpreter/OptionGroupString.h
include/lldb/Interpreter/OptionGroupUInt64.h
include/lldb/Interpreter/OptionGroupUUID.h
include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
include/lldb/Interpreter/OptionGroupVariable.h
include/lldb/Interpreter/OptionGroupWatchpoint.h
include/lldb/Interpreter/Options.h
include/lldb/Interpreter/ScriptInterpreter.h
|