[PATCH] D101275: [clangd] Hide inlay hints capability behind a command-line flag

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 27 16:31:26 PDT 2021


njames93 added inline comments.


================
Comment at: clang-tools-extra/clangd/tool/ClangdMain.cpp:312
+                     desc("Enable preview of InlayHints feature"), init(false),
+                     Hidden};
+
----------------
Does it make sense to hide this flag? This is a feature that's basically in a shippable state disregarding any LSP standardization.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101275



More information about the cfe-commits mailing list