[cfe-commits] [PATCH] Expressions have lvalues and rvalues
Sebastian Redl
sebastian.redl at getdesigned.at
Thu Oct 9 08:07:57 PDT 2008
Zhongxing Xu wrote:
> We have two kinds of RVal: LVal and NonLVal. LVal represents location
> value,
> NonLVal represents non-location value.
All other considerations aside, this terminology is a spawn of the
deepest hell and must be eradicated. Rvalue/lvalue considerations are
complicated enough without messing them up this way.
Sebastian
More information about the cfe-commits
mailing list