On Sep 24, 2011, at 10:48 AM, Sebastian Redl wrote: > Author: cornedbee > Date: Sat Sep 24 12:48:25 2011 > New Revision: 140460 > > URL: http://llvm.org/viewvc/llvm-project?rev=140460&view=rev > Log: > Correctly parse braced member initializers (even in delayed parsing) and > correctly pass > the information on to Sema. There's still an incorrectness in the way > template instantiation > works now, but that is due to a far larger underlying representational > problem. > Also add a test case for various list initialization cases of scalars, which > test this > commit as well as the previous one.
Hi Sebastian, I think one of your commits in the range 140453-140466 broke the c++ part of the GCC test suite. g++.dg/parse/ctor3.C (test for errors, line 7) g++.dg/parse/ctor3.C (test for excess errors) Please check and fix. Thanks /jakob _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
