[Lldb-commits] [PATCH] D59158: Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/Commands

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 8 14:28:40 PST 2019


zturner added inline comments.


================
Comment at: lldb/include/lldb/Commands/CommandObjectBreakpoint.h:36
 
-  static void VerifyBreakpointOrLocationIDs(Args &args, Target *target,
-                                            CommandReturnObject &result,
----------------
I think the clang-format got messed up.  It appears to be formatting your entire tree instead of only the files that were changed in this patch.  Can you try to re-run clang-format only on the changed files?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D59158





More information about the lldb-commits mailing list