This was originally landed without the optional part and reverted later:
https://github.com/llvm/llvm-project/commit/8080ea4c4b8c456c72c617587cc32f174b3105c1
Paths
| Differential D98404
[clangd] Optionally add reflection for clangd-index-server ClosedPublic Authored by kbobyrev on Mar 11 2021, 2:45 AM.
Details Summary This was originally landed without the optional part and reverted later: https://github.com/llvm/llvm-project/commit/8080ea4c4b8c456c72c617587cc32f174b3105c1
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 11 2021, 2:45 AM Herald added subscribers: llvm-commits, cfe-commits, MaskRay, ilya-biryukov. · View Herald Transcript kbobyrev marked 2 inline comments as done. Comment ActionsAddress review comments.
kbobyrev marked an inline comment as done. Comment ActionsAdd the variable to Features.inc.in and canonicalize. Comment Actions thanks, lgtm!
This revision is now accepted and ready to land.Mar 15 2021, 11:44 AM This revision was landed with ongoing or failed builds.Mar 15 2021, 1:07 PM Closed by commit rG9bcf0eff99a0: [clangd] Optionally add reflection for clangd-index-server (authored by kbobyrev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 330777 clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/Features.inc.in
clang-tools-extra/clangd/index/remote/server/CMakeLists.txtclang-tools-extra/clangd/index/remote/server/Server.cpp
llvm/cmake/modules/FindGRPC.cmake
|
i think this option belongs to FindGRPC.cmake, as it configures the grpc linking behavior in general, not something specific to clangd.