Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED
authorDeLesley Hutchins <delesley@google.com>
Wed, 19 Sep 2012 19:49:40 +0000 (19:49 +0000)
committerDeLesley Hutchins <delesley@google.com>
Wed, 19 Sep 2012 19:49:40 +0000 (19:49 +0000)
commit132f8f6959c718c41522753ea288b0243feab2b0
tree37610f7266bfeadf3521d76a067ee88c49fb2cd7
parent8372539543a5004e31756cdf6baccb668895f3cf
Thread-safety analysis:  Fix warning when EXCLUSIVE_LOCKS_REQUIRED
is placed on a function that has no path to the exit block.

llvm-svn: 164244
clang/lib/Analysis/ThreadSafety.cpp
clang/test/SemaCXX/warn-thread-safety-analysis.cpp