aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/AnalysisContext.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-12-22 01:30:46 +0000
committerTed Kremenek <kremenek@apple.com>2011-12-22 01:30:46 +0000
commit15ce164836472bfba88b30e53aa3f6ac0fb8a95d (patch)
tree3260a62044a3b2309f779bb92ea6048226cc66fb /include/clang/Analysis/AnalysisContext.h
parent974c5f93d0ce4f0699a6f0a4402f6b367da495e3 (diff)
Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObjExprs. It turns out
that the information collected by this method is a super set of the captured variables in BlockDecl. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/AnalysisContext.h')
-rw-r--r--include/clang/Analysis/AnalysisContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Analysis/AnalysisContext.h b/include/clang/Analysis/AnalysisContext.h
index a204d83009..f4ece34286 100644
--- a/include/clang/Analysis/AnalysisContext.h
+++ b/include/clang/Analysis/AnalysisContext.h
@@ -92,7 +92,6 @@ class AnalysisDeclContext {
llvm::BumpPtrAllocator A;
- // FIXME: remove.
llvm::DenseMap<const BlockDecl*,void*> *ReferencedBlockVars;
void *ManagedAnalyses;