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

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


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/9185d9fd/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lvalue.patch
Type: application/octet-stream
Size: 22508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081015/9185d9fd/attachment.obj>


More information about the cfe-commits mailing list