YouCompleteMe/cpp
Strahinja Val Markovic 7ff4774e96 Possible fix for random hang on Vim close
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.
2013-04-10 19:45:50 -07:00
..
BoostParts Adding the Boost Atomic and Lockfree libraries 2013-03-16 11:00:13 -07:00
llvm/include/clang-c Removing the in-tree copy of llvm+clang 2013-01-13 16:43:06 -08:00
ycm Possible fix for random hang on Vim close 2013-04-10 19:45:50 -07:00
CMakeLists.txt More reliable way of adding -fPIC. 2013-02-27 19:43:41 -08:00