Re: [Lldb-commits] [PATCH] D13503: commands: Use override instead of virtual.
brucem marked 2 inline comments as done. brucem added a comment. http://reviews.llvm.org/D13503 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Re: [Lldb-commits] [PATCH] D13503: commands: Use override instead of virtual.
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Looks good. You can also fix a couple of style issues, if you feel like it (or just keep it in mind for next time). Comment at: source/Commands/CommandObjectMemory.cpp:381 @@