[cfe-commits] [PATCH] Introduce C++0x expression taxonomy
Sebastian Redl
sebastian.redl at getdesigned.at
Wed Jun 23 14:10:18 PDT 2010
Hi,
Attached is a patch that introduces a pair of new functions to Expr
which classify the expression according to the C++0x expression
taxonomy. The patch also reimplements isLvalue and isModifiableLvalue in
terms of this function. All tests pass.
OK to commit (with actual removal of old implementations instead of
#ifdeffing them out)?
Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xvalue.diff
Type: text/x-patch
Size: 25031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100623/54857d37/attachment.bin>
More information about the cfe-commits
mailing list