[PATCH] D141133: [clang-tidy] Implement CppCoreGuideline F.54
Chris Cotter via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 13 04:28:38 PST 2023
ccotter added a comment.
My latest update to the diff was the result of a rebase, then addressing the final comments. What I've been doing is something like
git pull upstream main --rebase
# make more edits
git commit -am ....
arc diff --update D141133 upstream/main
I'm not sure if this is the best way to rebase phabs, but please let me know if there's a better way for phab to understand.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141133/new/
https://reviews.llvm.org/D141133
More information about the cfe-commits
mailing list