[PATCH] D83099: [clangd] Store index in '.cache/clangd/index' instead of '.clangd/index'

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 7 00:45:01 PDT 2020


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

looks good from my side.



================
Comment at: .gitignore:58
+.clangd/
+.cache
 # static analyzer regression testing project files
----------------
I'm afraid that many projects have to update their `.gitignore`, but this is a tradeoff...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83099





More information about the cfe-commits mailing list