[PATCH] D139107: [clangd] Allow to build Clangd without decision forest

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 06:18:30 PST 2022


ilya-biryukov added a comment.

This seems to build in both modes, but I still need to figure out what to do with tests with decision forest off.
Also, maybe there is a way to minimize the use of preprocessor even more.



================
Comment at: clang-tools-extra/clangd/decision-forest/DecisionForest.cpp:15
+
+namespace clang::clangd {
+
----------------
Note to self: split into two namespace declarations for consistency with the rest of clangd


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139107



More information about the cfe-commits mailing list