]> granicus.if.org Git - clang/commit
[libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-entrancy...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 10 Oct 2011 21:57:12 +0000 (21:57 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 10 Oct 2011 21:57:12 +0000 (21:57 +0000)
commita696ece1ac449a2b77e7c0a693b55cb10e9e2068
tree9b0b25cf5824213137fe3dce133a0d384409717b
parent9d1bbeab2475fe45a3d4cb8de6810bc3275f1dd7
[libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-entrancy in the same thread.
The checks are performed only in DEBUG, it becomes no-op in release mode.

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