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 D12167
[LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Target, unify closing inclusion guards ClosedPublic Authored by Eugene.Zelenko on Aug 19 2015, 2:03 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 some files in include/lldb/Target, unify closing inclusion guards. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Sep 2 2015, 2:25 AM Closed by commit rL246626: Fix Clang-tidy misc-use-override warnings in some files in… (authored by labath). · Explain WhySep 2 2015, 2:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 32610 include/lldb/Target/InstrumentationRuntimeStopInfo.h
include/lldb/Target/JITLoader.h
include/lldb/Target/ObjCLanguageRuntime.h
include/lldb/Target/RegisterContext.h
include/lldb/Target/Target.h
include/lldb/Target/ThreadPlan.h
include/lldb/Target/ThreadPlanBase.h
include/lldb/Target/ThreadPlanCallFunction.h
include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
include/lldb/Target/ThreadPlanCallUserExpression.h
include/lldb/Target/ThreadPlanPython.h
include/lldb/Target/ThreadPlanRunToAddress.h
include/lldb/Target/ThreadPlanStepInRange.h
include/lldb/Target/ThreadPlanStepInstruction.h
include/lldb/Target/ThreadPlanStepOut.h
include/lldb/Target/ThreadPlanStepOverBreakpoint.h
|