[PATCH] D124774: [clang][ASTImporter][NFC]: Move clang::ImportError into own header.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 5 07:12:50 PDT 2022


balazske added a comment.

The code looks correct but the diff is not OK. I think that you have separate commits for every change (instead of changing the first with `git commit --amend` when a new change is made). In this case `arc diff --update <ID> main` may work (if you have a separate branch for the changes). (I did not found a place in LLVM docs where this part of the process is exactly described.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124774



More information about the cfe-commits mailing list