[PATCH] D83099: Revert "[clangd] Store index in '.clangd/index' instead of '.clangd-index'"

Kadir Cetinkaya via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 02:40:00 PDT 2020


kadircet added inline comments.


================
Comment at: .gitignore:56
 .vs
 # clangd index
+.clangd-index/
----------------
the comment above says `do not add trailing /`, we've got no choice for `.clangd/` but maybe drop that for `.clangd-index` ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83099





More information about the llvm-commits mailing list