[PATCH] D82964: [clangd] Config: loading and caching config from disk.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 1 08:06:04 PDT 2020


sammccall created this revision.
sammccall added a reviewer: kadircet.
Herald added subscribers: cfe-commits, usaxena95, jfb, arphaman, jkorous, MaskRay, ilya-biryukov, mgorny.
Herald added a project: clang.

The Provider extension point is designed to also be implemented by
ClangdLSPServer (to inject config-over-lsp) and likely by embedders.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82964

Files:
  clang-tools-extra/clangd/CMakeLists.txt
  clang-tools-extra/clangd/ConfigProvider.cpp
  clang-tools-extra/clangd/ConfigProvider.h
  clang-tools-extra/clangd/unittests/CMakeLists.txt
  clang-tools-extra/clangd/unittests/ConfigProviderTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82964.274807.patch
Type: text/x-patch
Size: 15752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200701/c76625b4/attachment-0001.bin>


More information about the cfe-commits mailing list