Skip to content
  • Ted Kremenek's avatar
    Remove references to 'Checker' and 'GRTransferFuncs' from · de8e7447
    Ted Kremenek authored
    GRStateManager.  Having these references was an abstraction violation,
    as they really should only be known about GRExprEngine.
    
    This change required adding a new 'ProcessAssume' callback in
    GRSubEngine.  GRExprEngine implements this callback by calling
    'EvalAssume' on all registered Checker objects as well as the
    registered GRTransferFunc object.
    
    llvm-svn: 92549
    de8e7447
Loading