[all-commits] [llvm/llvm-project] c9b325: [clangd] Allow to build Clangd without decision fo...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Wed Dec 7 04:52:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9b325088d14a816b101857eecd1042335aad4e0
https://github.com/llvm/llvm-project/commit/c9b325088d14a816b101857eecd1042335aad4e0
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M clang-tools-extra/clangd/CMakeLists.txt
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/CodeComplete.h
A clang-tools-extra/clangd/DecisionForest.cpp
M clang-tools-extra/clangd/Feature.cpp
M clang-tools-extra/clangd/Features.inc.in
M clang-tools-extra/clangd/Quality.cpp
M clang-tools-extra/clangd/benchmarks/CMakeLists.txt
M clang-tools-extra/clangd/tool/ClangdMain.cpp
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Log Message:
-----------
[clangd] Allow to build Clangd without decision forest
Make it possible to disable building the decision forest ranking
model for clangd. To unbreak build of Clangd on PPC32 in gentoo, see
https://bugs.gentoo.org/829602
Based on D138520.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D139107
More information about the All-commits
mailing list