[PATCH] D36397: [clangd] Fixed a data race.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 9 06:54:11 PDT 2017
ilya-biryukov added a comment.
In https://reviews.llvm.org/D36397#833912, @klimek wrote:
> Yea, we'll probably want to add a "smash it hard with parallel" requests kind of test to catch these things. You're right, there is probably not a better solution for this specific bug.
Added a relevant test to https://reviews.llvm.org/D36261. It actually found this problem (after repeatedly running it for some time).
https://reviews.llvm.org/D36397
More information about the cfe-commits
mailing list