[clang-tools-extra] Add --project-root to clangd (PR #155905)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 27 22:36:15 PST 2025
================
@@ -500,6 +500,16 @@ opt<bool> EnableConfig{
init(true),
};
+opt<bool> StrongWorkspaceMode{
+ "strong-workspace-mode",
+ cat(Features),
+ desc("An alternate mode of operation for clangd, operating more closely to "
----------------
HighCommander4 wrote:
Suggested reword: "operating more closely to the workspace" --> "where the clangd instance is used to edit a single workspace".
https://github.com/llvm/llvm-project/pull/155905
More information about the cfe-commits
mailing list