This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Fix Clang-tidy misc-use-override warnings in some files in source/Plugins, unify closing inclusion guards and code layout
AbandonedPublic

Authored by Eugene.Zelenko on Aug 21 2015, 2:11 PM.

Details

Summary

I also removed deprecated GetShortPluginName().

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 Timeline

Eugene.Zelenko retitled this revision from to [LLDB] Fix Clang-tidy misc-use-override warnings in some files in source/Plugins, unify closing inclusion guards and code layout.
Eugene.Zelenko updated this object.
Eugene.Zelenko added reviewers: labath, clayborg.
Eugene.Zelenko set the repository for this revision to rL LLVM.Sep 10 2015, 10:45 AM
Eugene.Zelenko added a subscriber: lldb-commits.
brucem requested changes to this revision.Oct 7 2015, 6:50 PM
brucem edited edge metadata.

There are a number of places where you've changed spaces to tabs ... Also the GetShortPluginName has already been removed. Please rebase forward and correct the whitespace issues.

source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
100

This looks like a whitespace error. Why introduce tabs here?

This revision now requires changes to proceed.Oct 7 2015, 6:50 PM
Eugene.Zelenko abandoned this revision.Oct 8 2015, 1:01 PM