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

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 1 23:21:32 PDT 2020


njames93 added inline comments.


================
Comment at: clang-tools-extra/clangd/ConfigProvider.h:59
+
+  // Reads fragments from a single YAML file with an fixed path.
+  static std::unique_ptr<Provider> fromYAMLFile(llvm::StringRef AbsPathPath,
----------------
`a` fixed path


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82964





More information about the cfe-commits mailing list