]> granicus.if.org Git - clang/commit
[libclang] Protect against a race condition where a thread
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 3 Jul 2012 16:30:52 +0000 (16:30 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 3 Jul 2012 16:30:52 +0000 (16:30 +0000)
commit817881376e3a40ca54376547dd1cb9ca5def7190
tree79c8d2af3f188629e965bcdb937b41da939eb9f5
parent41de13b3b6f7bb92d8d7aca965472086eee463cf
[libclang] Protect against a race condition where a thread
may be destroying an ASTUnit while cleanupOnDiskMapAtExit is
getting called.

rdar://11781241

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159664 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp