[PATCH] D83790: [clangd] Config: on by default
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 14 12:44:49 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG00d97b758e8d: [clangd] Config: on by default (authored by sammccall).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83790/new/
https://reviews.llvm.org/D83790
Files:
clang-tools-extra/clangd/tool/ClangdMain.cpp
Index: clang-tools-extra/clangd/tool/ClangdMain.cpp
===================================================================
--- clang-tools-extra/clangd/tool/ClangdMain.cpp
+++ clang-tools-extra/clangd/tool/ClangdMain.cpp
@@ -446,7 +446,7 @@
"\tMac OS: ~/Library/Preferences/\n"
"\tOthers: $XDG_CONFIG_HOME, usually ~/.config\n"
"Configuration is documented at https://clangd.llvm.org/config.html"),
- init(false),
+ init(true),
};
/// Supports a test URI scheme with relaxed constraints for lit tests.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83790.277940.patch
Type: text/x-patch
Size: 536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200714/634af4e1/attachment.bin>
More information about the cfe-commits
mailing list