[cfe-commits] [PATCH] fix for PR8089 - clang crashes.

Francois Pichet pichet2000 at gmail.com
Tue Sep 7 13:14:51 PDT 2010


Hi,

About this patch, another solution would be to not inject the "E" enum
name into the scope after a invalid enum forward declaration. Would
that be better?

On Mon, Sep 6, 2010 at 4:13 PM, Francois Pichet <pichet2000 at gmail.com> wrote:
> Hi
>
> This is a fix for PR8089 I raised yesterday. clang was crashing on:
> enum E;
> int a = (E) a;
>



More information about the cfe-commits mailing list