[Lldb-commits] [PATCH] D61440: C.128 override, virtual keyword handling

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 2 10:23:23 PDT 2019


teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.

LGTM module some minor code style issues (You removed some `virtual`s but didn't fix the indentation of the parameters on the next line, see the inline comments for examples).



================
Comment at: lldb/include/lldb/Utility/Baton.h:67
+  void GetDescription(Stream *s,
                               lldb::DescriptionLevel level) const override {}
 
----------------
code style


================
Comment at: lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp:306
+  bool DoExecute(lldb::SBDebugger debugger, char **command,
+                         lldb::SBCommandReturnObject &result) override {
 
----------------
code style


================
Comment at: lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp:351
+  bool DoExecute(lldb::SBDebugger debugger, char **command,
+                         lldb::SBCommandReturnObject &result) override {
 
----------------
code style


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61440/new/

https://reviews.llvm.org/D61440





More information about the lldb-commits mailing list