[PATCH] D131295: [clangd] Implement textDocument/codeLens
Trass3r via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 13 14:51:30 PST 2022
Trass3r added inline comments.
================
Comment at: clang-tools-extra/clangd/tool/ClangdMain.cpp:348
+ "code-lens", cat(Features), desc("Enable preview of CodeLens feature"),
+ init(true), Hidden,
+};
----------------
I guess we should rather make it opt-in and gather some feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131295/new/
https://reviews.llvm.org/D131295
More information about the cfe-commits
mailing list