[PATCH] D36397: [clangd] Fixed a data race.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 7 08:36:46 PDT 2017


ilya-biryukov added a comment.

In https://reviews.llvm.org/D36397#833883, @klimek wrote:

> Tests?


TSAN does not catch this (as it's a logical error) and it requires a rather bizarre timing of file reparses to trigger.
I couldn't come up with an example that would reproduce this.


https://reviews.llvm.org/D36397





More information about the cfe-commits mailing list