Fix another #ifdef CLANGD_ENABLE_REMOTE
authorHans Wennborg <hans@chromium.org>
Mon, 27 Jul 2020 12:11:29 +0000 (14:11 +0200)
committerHans Wennborg <hans@chromium.org>
Mon, 27 Jul 2020 12:11:29 +0000 (14:11 +0200)
clang-tools-extra/clangd/tool/ClangdMain.cpp

index f04dad7..0d42677 100644 (file)
@@ -450,7 +450,7 @@ opt<bool> EnableConfig{
     init(true),
 };
 
-#ifdef CLANGD_ENABLE_REMOTE
+#if CLANGD_ENABLE_REMOTE
 opt<std::string> RemoteIndexAddress{
     "remote-index-address",
     cat(Features),