[PATCH] D128977: [clangd] Support "usedAsMutableReference" in member initializations

Christian Kandeler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 8 01:53:46 PDT 2022


ckandeler added a comment.

In D128977#3638198 <https://reviews.llvm.org/D128977#3638198>, @nridge wrote:

> Yes, I plan to. I'm just building it locally to verify the tests are passing. (And sometimes, for reasons I don't understand, LLVM's build system triggers a full rebuild even though I've only applied a patch that touches a couple of files...)

I see, thanks.
Regarding the scope of rebuilds, it seems to me that the build system pulls in repository meta data, as there's lots of files rebuilt after simply amending a commit with no sources having changed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128977



More information about the cfe-commits mailing list