Re: [clang-tools-extra] r374163 - [clangd] Propagate context into reply handlers

2019-10-09 Thread Kadir Çetinkaya via cfe-commits
thanks! sent out D68702. On Wed, Oct 9, 2019 at 2:56 PM Nico Weber wrote: > Looks like this breaks three clangd tests on macOS: > > Failing Tests (3): > Clangd :: code-action-request.test > Clangd :: execute-command.test > Clangd :: tweaks-format.test > > libc++abi.dylib: terminating

Re: [clang-tools-extra] r374163 - [clangd] Propagate context into reply handlers

2019-10-09 Thread Nico Weber via cfe-commits
Looks like this breaks three clangd tests on macOS: Failing Tests (3): Clangd :: code-action-request.test Clangd :: execute-command.test Clangd :: tweaks-format.test libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argumen

[clang-tools-extra] r374163 - [clangd] Propagate context into reply handlers

2019-10-09 Thread Kadir Cetinkaya via cfe-commits
Author: kadircet Date: Wed Oct 9 05:48:41 2019 New Revision: 374163 URL: http://llvm.org/viewvc/llvm-project?rev=374163&view=rev Log: [clangd] Propagate context into reply handlers Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.h Modified: clang-tools-extra/trunk/clangd/ClangdLSPS