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 D13574
[LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core; other minor fixes. ClosedPublic Authored by Eugene.Zelenko on Oct 8 2015, 2: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/Core; other minor fixes.. Eugene.Zelenko updated this object. Comment Actions I make whitespaces more consistent. Space between function names and round bracket is consistent with Clang-format settings for LLDB. clayborg edited edge metadata. Comment ActionsWe are pretty inconsistent with the space after a function name and before the ( so I don't mind. This revision is now accepted and ready to land.Oct 9 2015, 10:14 AM Comment Actions There was an lldb-dev thread from February 9, where it seemed to be agreed Closed by commit rL249928: [LLDB] Fix Clang-tidy misc-use-override warnings in some files in… (authored by brucem). · Explain WhyOct 9 2015, 6:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37014 lldb/trunk/include/lldb/Core/Communication.h
lldb/trunk/include/lldb/Core/Debugger.h
lldb/trunk/include/lldb/Core/Disassembler.h
lldb/trunk/include/lldb/Core/EmulateInstruction.h
lldb/trunk/include/lldb/Core/IOHandler.h
lldb/trunk/include/lldb/Core/Log.h
lldb/trunk/include/lldb/Core/Module.h
lldb/trunk/include/lldb/Core/SearchFilter.h
lldb/trunk/include/lldb/Core/StreamGDBRemote.h
lldb/trunk/include/lldb/Core/ValueObjectChild.h
lldb/trunk/include/lldb/Core/ValueObjectConstResult.h
lldb/trunk/include/lldb/Core/ValueObjectDynamicValue.h
lldb/trunk/include/lldb/Core/ValueObjectMemory.h
lldb/trunk/include/lldb/Core/ValueObjectRegister.h
|