[PATCH] D78501: Add a facility to get system cache directory and use it in clangd

Vojtěch Štěpančík via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 11:54:21 PDT 2020


VojtechStep updated this revision to Diff 258805.
VojtechStep edited the summary of this revision.
VojtechStep added a comment.

@sammccall I think I fixed all raised issues. Let me know if there is anything else I can do, otherwise feel free to commit it.

Also Note to self: Once this is pushed to Arch packages we should add Clangd to the Supported list of XDG Base Dir Spec support on Arch Wiki <https://wiki.archlinux.org/index.php/XDG_Base_Directory#Supported>.


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

https://reviews.llvm.org/D78501

Files:
  clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
  llvm/include/llvm/Support/Path.h
  llvm/lib/Support/Unix/Path.inc
  llvm/lib/Support/Windows/Path.inc
  llvm/unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78501.258805.patch
Type: text/x-patch
Size: 7092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200420/0c7a9301/attachment.bin>


More information about the llvm-commits mailing list