[PATCH] D138520: [clangd] Make decision forest model optional

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 13:37:12 PST 2022


mgorny created this revision.
mgorny added reviewers: thesamesam, sammccall, thakis, MaskRay.
Herald added subscribers: StephenFan, kadircet, arphaman.
Herald added a project: All.
mgorny requested review of this revision.
Herald added a subscriber: ilya-biryukov.
Herald added a project: clang-tools-extra.

Make it possible to disable building the decision forest ranking
model for clangd.  This was suggested on D136283 <https://reviews.llvm.org/D136283> as an alternative
to splitting the huge generated file in order to fix building on PPC32.

Bug: https://bugs.gentoo.org/829602


https://reviews.llvm.org/D138520

Files:
  clang-tools-extra/clangd/CMakeLists.txt
  clang-tools-extra/clangd/CodeComplete.cpp
  clang-tools-extra/clangd/CodeComplete.h
  clang-tools-extra/clangd/Quality.cpp
  clang-tools-extra/clangd/Quality.h
  clang-tools-extra/clangd/benchmarks/CMakeLists.txt
  clang-tools-extra/clangd/tool/ClangdMain.cpp
  clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138520.477286.patch
Type: text/x-patch
Size: 7480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221122/19a75052/attachment-0001.bin>


More information about the cfe-commits mailing list