]> granicus.if.org Git - clang/commit
Allow BlockInvocationContext to wrap either a BlockDecl* or a BlockDataRegion*, givin...
authorTed Kremenek <kremenek@apple.com>
Fri, 4 Dec 2009 02:03:51 +0000 (02:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 4 Dec 2009 02:03:51 +0000 (02:03 +0000)
commitd02e83a548359df978f40cc1a52ffd78b7ef371b
treef341ff4968e3edd6d1fbfb00fc8f957ad128e167
parentc7ab1a8dfc3e37b7c2967ff6a97ed684f0ac1015
Allow BlockInvocationContext to wrap either a BlockDecl* or a BlockDataRegion*, giving us choice in our degree of context-sensitivity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90516 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/AnalysisContext.h
include/clang/Analysis/PathSensitive/MemRegion.h
lib/Analysis/AnalysisContext.cpp