On Sun, Feb 26, 2012 at 3:40 PM, Richard Smith <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
