]> granicus.if.org Git - clang/commit
Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Feb 2011 01:51:53 +0000 (01:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Feb 2011 01:51:53 +0000 (01:51 +0000)
commit283a358aecb75e30fcd486f2206f6c03c5e7f11d
tree46ead8f48df7882417d0aeecaa8fbcf57577c10c
parent3ed6fc08a9cd293d012fa49ab2a615e618d7c3fa
Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126288 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/AnalysisContext.h
include/clang/Sema/AnalysisBasedWarnings.h
lib/Analysis/AnalysisContext.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/Sema.cpp
lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp