[cfe-commits] r151508 - /cfe/trunk/lib/Parse/ParseExpr.cpp
Eli Friedman
eli.friedman at gmail.com
Sun Feb 26 15:49:35 PST 2012
On Sun, Feb 26, 2012 at 3:40 PM, Richard Smith
<richard-llvm at metafoo.co.uk> wrote:
> Author: rsmith
> Date: Sun Feb 26 17:40:27 2012
> New Revision: 151508
>
> URL: http://llvm.org/viewvc/llvm-project?rev=151508&view=rev
> Log:
> Half of PR12088: parse braced-init-lists on the RHS of assignment operators.
>
> If the assignment operator is a scalar type, we continue to incorrectly reject
> the initializer, but semantic analysis (and codegen) is correct for overloaded
> operators.
>
> Modified:
> cfe/trunk/lib/Parse/ParseExpr.cpp
Testcase?
-Eli
More information about the cfe-commits
mailing list