================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to