[cfe-commits] [PATCH] Expressions have lvalues and rvalues

Zhongxing Xu xuzhongxing at gmail.com
Wed Oct 15 07:32:32 PDT 2008


Forgot to say, this patch has no big change, just removed the asLValue of
VisitCast().

On Wed, Oct 15, 2008 at 10:12 PM, Zhongxing Xu <xuzhongxing at gmail.com>wrote:

> New patch attached. This is the first step to convert to rvalue/lvalue
> evaluation in GRExprEngine.
> Some planned things are:
> 1. Renaming lval -> loc, nonlval -> nonloc
> 2. Initial implementation for field sensitive store for RegionStore.
> 3. Replace ArrayOffset FieldOffset to some region value.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081015/6f4518f0/attachment.html>


More information about the cfe-commits mailing list