[Lldb-commits] [PATCH] D13503: commands: Use override instead of virtual.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 7 02:43:19 PDT 2015


brucem created this revision.
brucem added reviewers: clayborg, labath.
brucem added a subscriber: lldb-commits.

This removes many/most/all of the uses of virtual on functions
(but not destructors) in favor using 'override'.

http://reviews.llvm.org/D13503

Files:
  source/Commands/CommandObjectBreakpoint.cpp
  source/Commands/CommandObjectBreakpointCommand.cpp
  source/Commands/CommandObjectCommands.cpp
  source/Commands/CommandObjectFrame.cpp
  source/Commands/CommandObjectLog.cpp
  source/Commands/CommandObjectMemory.cpp
  source/Commands/CommandObjectPlatform.cpp
  source/Commands/CommandObjectPlugin.cpp
  source/Commands/CommandObjectProcess.cpp
  source/Commands/CommandObjectRegister.cpp
  source/Commands/CommandObjectSettings.cpp
  source/Commands/CommandObjectSource.cpp
  source/Commands/CommandObjectTarget.cpp
  source/Commands/CommandObjectThread.cpp
  source/Commands/CommandObjectType.cpp
  source/Commands/CommandObjectWatchpoint.cpp
  source/Commands/CommandObjectWatchpointCommand.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13503.36720.patch
Type: text/x-patch
Size: 139027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151007/a4e4257d/attachment-0001.bin>


More information about the lldb-commits mailing list