[cfe-commits] r151508 - /cfe/trunk/lib/Parse/ParseExpr.cpp

Richard Smith richard at metafoo.co.uk
Sun Feb 26 15:54:38 PST 2012


On Sun, Feb 26, 2012 at 3:49 PM, Eli Friedman <eli.friedman at gmail.com>wrote:

> 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?
>

Oops, svn operator error :) r151509. Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120226/eb7d7490/attachment.html>


More information about the cfe-commits mailing list