[PATCH] D131175: [clangd] Use the "macro" semantic token for pre-defined identifiers

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 18 09:33:20 PDT 2022


sammccall added a comment.

In D131175#3732163 <https://reviews.llvm.org/D131175#3732163>, @ckandeler wrote:

> By the way: How do I change the commit message when using arc? It seems to ignore all subsequent changes other than in the code itself, and now the patch is in the repo with a misleading commit message.

Yeah that's unfortunate and I do it myself all the time :-(

When I remember, my workflow is to amend the commit message locally with git, and then `arc diff --verbatim` will push this into the phab description (in addition to the usual snapshotting behavior).
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.


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