]> granicus.if.org Git - clang/commit
Thread safety analysis: the NO_THREAD_SAFETY_ANALYSIS attribute will now
authorDeLesley Hutchins <delesley@google.com>
Thu, 3 Sep 2015 21:14:22 +0000 (21:14 +0000)
committerDeLesley Hutchins <delesley@google.com>
Thu, 3 Sep 2015 21:14:22 +0000 (21:14 +0000)
commitd40851784c38246462105689e66db48448817cb7
treeea45413f5d0cbd4b041bcdf80fce450e88734fe4
parentf711e16928e54d0378b53aa2699fdc5d1473225e
Thread safety analysis: the NO_THREAD_SAFETY_ANALYSIS attribute will now
disable checking of arguments to the function, which is done by
-Wthread-safety-reference.

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