Patch to fix crash on invalid

John McCall rjmccall at apple.com
Thu Mar 21 12:54:53 PDT 2013


On Mar 21, 2013, at 11:05 AM, Jason Haslam <jason.haslam at gmail.com> wrote:
> The attached patch fixes a crash on invalid. Diagnosing tag type definition in a function return type will crash when the type definition creates an invalid decl. The patch includes one such test case.

I think it might make more sense to just not the set isTypeSpecOwned() flag in this case.

John.



More information about the cfe-commits mailing list