[Lldb-commits] [PATCH] D103381: [lldb] Fix typos.

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun May 30 12:33:55 PDT 2021


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

LGTM but could you split out the non-NFC change (and then you can also mark this whole commit as NFC). I'm just going to accept this module that change.



================
Comment at: lldb/source/API/SBDebugger.cpp:164
                                              uint64_t &total,
-                                             bool &is_debugger_specific) {
+                                             bool &is_debugger_specific) {LLDB_RECORD_STATIC_METHOD(const char *, SBDebugger, GetProgressFromEvent, (const lldb::SBEvent &, uint64_t &, uint64_t &, uint64_t &, bool &), event, progress_id, completed, total, is_debugger_specific);
+
----------------
Can you clang-format and move this into its own patch (it's not really a NFC typo).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103381



More information about the lldb-commits mailing list