]> granicus.if.org Git - clang/commit
Remove more dependencies on GRStateRef. As a consequence, we can now
authorTed Kremenek <kremenek@apple.com>
Thu, 18 Jun 2009 01:23:53 +0000 (01:23 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 18 Jun 2009 01:23:53 +0000 (01:23 +0000)
commitb65be70779bdaf75e91731bfd89362bf4118ae31
treeb1a7849d66d0760f5e0ac3d61a8cbd02f0072e4e
parent3a7720368937e69c3d1ddab353667f256827717f
Remove more dependencies on GRStateRef.  As a consequence, we can now
pretty-print a GRState object anywhere it is referenced (instead of
needing a GRStateRef of a GRStateManager handy).

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