]> granicus.if.org Git - clang/commit
Thread Safety: In C++0x Mutexes are the objects that control access to shared variab...
authorCaitlin Sadowski <supertri@google.com>
Thu, 8 Sep 2011 21:52:50 +0000 (21:52 +0000)
committerCaitlin Sadowski <supertri@google.com>
Thu, 8 Sep 2011 21:52:50 +0000 (21:52 +0000)
commit8bccabeac6b98650dfd88bd1fc84e841eb42af4b
tree4b5376ed4359d483bfa292e44d52354c2dbd525a
parent87198c304cc1fae48b7a06ce9faf8b4017981059
Thread Safety:  In C++0x Mutexes are the objects that control access to shared variables, while Locks are the objects that acquire and release Mutexes. We switch to this new terminology.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139321 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/AnalysisBasedWarnings.cpp
test/SemaCXX/warn-thread-safety-analysis.cpp