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 D12207
[LLDB] Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards ClosedPublic Authored by Eugene.Zelenko on Aug 20 2015, 12:50 PM.
Details
Summary 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 source/Commands headers, unify closing inclusion guards. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Sep 2 2015, 2:34 AM Closed by commit rL246628: Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify… (authored by labath). · Explain WhySep 2 2015, 2:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 33790 lldb/trunk/source/Commands/CommandObjectApropos.h
lldb/trunk/source/Commands/CommandObjectArgs.h
lldb/trunk/source/Commands/CommandObjectBreakpoint.h
lldb/trunk/source/Commands/CommandObjectBreakpointCommand.h
lldb/trunk/source/Commands/CommandObjectBugreport.h
lldb/trunk/source/Commands/CommandObjectCommands.h
lldb/trunk/source/Commands/CommandObjectDisassemble.h
lldb/trunk/source/Commands/CommandObjectExpression.h
lldb/trunk/source/Commands/CommandObjectFrame.h
lldb/trunk/source/Commands/CommandObjectGUI.h
lldb/trunk/source/Commands/CommandObjectHelp.h
lldb/trunk/source/Commands/CommandObjectLanguage.h
lldb/trunk/source/Commands/CommandObjectLog.h
lldb/trunk/source/Commands/CommandObjectMemory.h
lldb/trunk/source/Commands/CommandObjectPlatform.h
lldb/trunk/source/Commands/CommandObjectPlugin.h
lldb/trunk/source/Commands/CommandObjectProcess.h
lldb/trunk/source/Commands/CommandObjectQuit.h
lldb/trunk/source/Commands/CommandObjectRegister.h
lldb/trunk/source/Commands/CommandObjectSettings.h
lldb/trunk/source/Commands/CommandObjectSource.h
lldb/trunk/source/Commands/CommandObjectSyntax.h
lldb/trunk/source/Commands/CommandObjectTarget.h
lldb/trunk/source/Commands/CommandObjectThread.h
lldb/trunk/source/Commands/CommandObjectType.h
lldb/trunk/source/Commands/CommandObjectVersion.h
lldb/trunk/source/Commands/CommandObjectWatchpoint.h
lldb/trunk/source/Commands/CommandObjectWatchpointCommand.h
|