[PATCH] D83099: [clangd] Store index in '.cache/clangd/index' instead of '.clangd/index'
David Van Cleve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 12:54:35 PDT 2020
davidvancleve added a comment.
Hey, quick question about this change:
I'm seeing .cache directories appear off of subdirectories too, not just my project root:
Untracked files:
================
31 #» .cache/
32 #» content/browser/frame_host/.cache/
33 #» content/public/browser/.cache/
34 #» content/test/.cache/
35 #» net/http/.cache/
36 #» services/network/.cache/
37 #» services/network/trust_tokens/.cache/
Is this working as intended?
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