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

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 8 14:34:11 PST 2019


JDevlieghere marked 2 inline comments as done.
JDevlieghere added inline comments.


================
Comment at: lldb/include/lldb/Commands/CommandObjectBreakpoint.h:36
 
-  static void VerifyBreakpointOrLocationIDs(Args &args, Target *target,
-                                            CommandReturnObject &result,
----------------
zturner wrote:
> 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?
I did. I use `git clang-format`, which probably considers the whole file to be modified when you move it. It rings a bell but I don't remember the specifics. 

The other files look fine though, so I can just reset this one.


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