7ff4774e96
Reparse would take the clang lock and then possibly call Destroy while still holding the lock. Destroy would try to take that same lock, and the mutex is not recursive. Unpleasantness ensues. I _think_ this is the root cause of #218, but I can't be sure. Such is life with threads. Fixes #218. |
||
---|---|---|
.. | ||
BoostParts | ||
llvm/include/clang-c | ||
ycm | ||
CMakeLists.txt |