[PATCH] D131175: [clangd] Use the "macro" semantic token for pre-defined identifiers
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 19 04:36:18 PDT 2022
ilya-biryukov added a comment.
In D131175#3732379 <https://reviews.llvm.org/D131175#3732379>, @sammccall wrote:
> But often I forget and edit it in phab, and I don't know of a command to pull those edits down into my git repo.
I ended up always doing this for landing changes:
$ git switch main
$ git pull --ff-only
$ arc patch --nobranch D123456
$ git push origin main
That way I get the latest description from phabricator and also the reviewed-by tags.
And I basically ignore what the commit messages says on my branch while it's WIP, phab is source of truth after the initial change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131175/new/
https://reviews.llvm.org/D131175
More information about the cfe-commits
mailing list