[PATCH] D103377: [clangd] Add ability to change storage directory of index files

Christopher Rhodes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 31 05:43:15 PDT 2021


crr0004 added a comment.

Strictly speaking you could, assuming you have a compile database and it's okay to have copies or symlinks of the database.

I would have probably done that if I had realised I could.

That does speak to another issue though; moving the compile database to move the index files is not very intuitive. We could improve the help text around compile commands to explain fully the implications of the file which might help.

I really just wanted direct control of where the index files go.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103377



More information about the cfe-commits mailing list