On Sat, Jun 11, 2011 at 10:19 AM, Richard Smith
<[email protected]> wrote:
> Author: rsmith
> Date: Sat Jun 11 12:19:42 2011
> New Revision: 132878
>
> URL: http://llvm.org/viewvc/llvm-project?rev=132878&view=rev
> Log:
> Implement support for C++11 in-class initialization of non-static data 
> members.

The following crashes (without C++0x enabled) with your patch:

struct S {
  typedef C = 0;
};

-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to