]> granicus.if.org Git - clang/commit
Thread-safety analysis: fix handling of string constants in mutex
authorDeLesley Hutchins <delesley@google.com>
Fri, 31 Aug 2012 21:57:32 +0000 (21:57 +0000)
committerDeLesley Hutchins <delesley@google.com>
Fri, 31 Aug 2012 21:57:32 +0000 (21:57 +0000)
commit4e4c15765d5f097e21dcaa30f1a94481924340f7
treeffc7caf5798970e4ad64c730104b8b7582bad400
parent35adca009c65a9578b91ab0bdca13691624e13af
Thread-safety analysis: fix handling of string constants in mutex
expressions, which should be ignored right now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163026 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ThreadSafety.cpp
lib/Sema/SemaDeclAttr.cpp
test/SemaCXX/warn-thread-safety-analysis.cpp