[all-commits] [llvm/llvm-project] 40d11a: ClangdMain.cpp: this #ifdef should be an #if
Hans via All-commits
all-commits at lists.llvm.org
Mon Jul 27 05:05:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 40d11a878044711708fb6738e4b78a4c9ac3de7b
https://github.com/llvm/llvm-project/commit/40d11a878044711708fb6738e4b78a4c9ac3de7b
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M clang-tools-extra/clangd/tool/ClangdMain.cpp
Log Message:
-----------
ClangdMain.cpp: this #ifdef should be an #if
CLANGD_ENABLE_REMOTE is always defined; to 0 or 1.
Commit: 0de629d7ae53e821274dfbe0fb3676ea08893a35
https://github.com/llvm/llvm-project/commit/0de629d7ae53e821274dfbe0fb3676ea08893a35
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
Log Message:
-----------
[gn] Set CLANGD_ENABLE_REMOTE=0
To fix the build after 37ac559fccd4.
Compare: https://github.com/llvm/llvm-project/compare/216b67e20233...0de629d7ae53
More information about the All-commits
mailing list