[all-commits] [llvm/llvm-project] b6e52d: [clangd] Give modules access to filesystem, schedu...
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Feb 16 06:39:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6e52d8fa7217db319e240854a9d8ff3133d02b6
https://github.com/llvm/llvm-project/commit/b6e52d8fa7217db319e240854a9d8ff3133d02b6
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/Module.cpp
M clang-tools-extra/clangd/Module.h
M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
Log Message:
-----------
[clangd] Give modules access to filesystem, scheduler, and index.
This finally makes it possible to implement useful modules.
Differential Revision: https://reviews.llvm.org/D96726
More information about the All-commits
mailing list