[PATCH] D85502: [clangd] Add more error details on the remote index server side

2020-08-09 Thread Kirill Bobyrev via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG836f937a1f11: [clangd] Add more error details on the remote index server side (authored by kbobyrev). Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D85502: [clangd] Add more error details on the remote index server side

2020-08-09 Thread Kirill Bobyrev via Phabricator via cfe-commits
kbobyrev updated this revision to Diff 284230. kbobyrev marked 2 inline comments as done. kbobyrev added a comment. Resolve post-LGTM comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85502/new/ https://reviews.llvm.org/D85502 Files: clang

[PATCH] D85502: [clangd] Add more error details on the remote index server side

2020-08-07 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet accepted this revision. kadircet added a comment. This revision is now accepted and ready to land. LGTM Comment at: clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp:322 +return makeStringError( +llvm::formatv("Can not use URI schemes other

[PATCH] D85502: [clangd] Add more error details on the remote index server side

2020-08-07 Thread Kirill Bobyrev via Phabricator via cfe-commits
kbobyrev created this revision. kbobyrev added a reviewer: kadircet. Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous. Herald added a project: clang. kbobyrev requested review of this revision. Herald added subscribers: MaskRay, ilya-biryukov. Repository: rG LLVM Github Monore