Skip to content
  • Ted Kremenek's avatar
    Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regions. · 3ad391d8
    Ted Kremenek authored
    Remove GRExprEngine::getLVal and RValues::MakeVal.
    Enhance StoreManager "GetLValue" methods to dispatch for specific kinds of lvalue queries, as opposed to interogating the expression tree (GRExprEngine already does this).
    
    Added FIXMEs.  In particular, we no longer "assume" that a base pointer in a field/array access is null (this logic was removed).  Perhaps we should do this when fetching the lvalue for fields and array elements?
    
    llvm-svn: 57657
    3ad391d8
Loading