]> granicus.if.org Git - clang/commit
Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and into its...
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Feb 2011 01:51:59 +0000 (01:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Feb 2011 01:51:59 +0000 (01:51 +0000)
commit42461eecee98fff3671b3c14ce10f1a9e18cc95c
tree7b2cfc7ef19e7b247aee0c60c122726384ce77c7
parent283a358aecb75e30fcd486f2206f6c03c5e7f11d
Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and into its own analysis file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126289 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h [new file with mode: 0644]
include/clang/Analysis/AnalysisContext.h
lib/Analysis/AnalysisContext.cpp
lib/Analysis/CFGReachabilityAnalysis.cpp [new file with mode: 0644]
lib/Analysis/CMakeLists.txt
lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp