[Lldb-commits] [PATCH] D83072: [lldb-vscode] Add Compile Unit List to Modules View

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 6 16:10:51 PDT 2020


clayborg added a comment.

When removing out commented code, you don't need a patch for that. I think you might have committed two things to your local branch and when you ran "arc diff" it only submitted the second commit. When doing "arc diff" make sure to use:

  git commit --amend ...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83072





More information about the lldb-commits mailing list