[all-commits] [llvm/llvm-project] 2423a3: [clangd] Introduce Modules
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Feb 12 09:37:42 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2423a3863e0743635f76d30062413f21b2c59349
https://github.com/llvm/llvm-project/commit/2423a3863e0743635f76d30062413f21b2c59349
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/ClangdServer.h
M clang-tools-extra/clangd/Headers.cpp
A clang-tools-extra/clangd/Module.h
M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
Log Message:
-----------
[clangd] Introduce Modules
Modules can be used to augment clangd's behaviours in various features.
Differential Revision: https://reviews.llvm.org/D96244
More information about the All-commits
mailing list