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

Zhongxing Xu xuzhongxing at gmail.com
Sat Oct 11 20:16:27 PDT 2008


On Sun, Oct 12, 2008 at 11:14 AM, Zhongxing Xu <xuzhongxing at gmail.com>wrote:

> So how about calling them Address and NonAddress? This would get rid of the
>> dangerous similarity between LVal and LValue.
>>
>> Sebastian
>
>
> What about LocVal and NonLocVal?
>
>
How about:

RVal => AVal (abstract value)
LVal => LocVal (location value)
NonLVal => NonLocVal (non-location value)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081012/dc0521f8/attachment.html>


More information about the cfe-commits mailing list