]> granicus.if.org Git - clang/commit
Thread Safety: Moving the analysis to a new file
authorCaitlin Sadowski <supertri@google.com>
Fri, 9 Sep 2011 16:11:56 +0000 (16:11 +0000)
committerCaitlin Sadowski <supertri@google.com>
Fri, 9 Sep 2011 16:11:56 +0000 (16:11 +0000)
commit402aa0698fec81e574818a0a6c2000fac0b2c4c6
treee8c1302a0894817b48034dc15458baa20d6c2a5c
parenta49d1d8a34381802040c3d7fa218e93b457d2b1d
Thread Safety: Moving the analysis to a new file

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139369 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/ThreadSafety.h [new file with mode: 0644]
lib/Analysis/CMakeLists.txt
lib/Analysis/ThreadSafety.cpp [new file with mode: 0644]
lib/Sema/AnalysisBasedWarnings.cpp