[LLVMbugs] [Bug 18762] Crash in StmtPrinter where some record member-access has been parsed as a pseudo Objective-C message

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 6 15:29:26 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18762

rtrieu at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rtrieu at google.com
         Resolution|---                         |FIXED

--- Comment #1 from rtrieu at google.com ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140206/6ddfa047/attachment.html>


More information about the llvm-bugs mailing list