Skip to content
Commit 40412acc authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Support overloading of the subscript operator[], including support for

built-in operator candidates. Test overloading of '&' and ','.

In C++, a comma expression is an lvalue if its right-hand
subexpression is an lvalue. Update Expr::isLvalue accordingly.

llvm-svn: 59643
parent 0f09564f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment