http://llvm.org/bugs/show_bug.cgi?id=18762
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from [email protected] --- Fixed in 200953. -ast-print now outputs: struct S { int x; }; @interface A+ (struct S) foo; @end void f() { int _y = A.foo.x; } -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
