[PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Apr 29 12:08:57 PDT 2014
On 29 April 2014 14:21, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
> + #else
>
> + file_status(file_type Type) : Type(Type) {}
>
> This is never used, right? We always have windows or unix.
>
>
> While you are at it, would you mind also updating the default constructor?
>
>
> Do we also crash in some llvm tools like llvm-as? That would allow us
> to test directly from llvm.
Answering my own question, no, it looks like only clang would hit
this, so the clang test is also OK.
Cheers,
Rafael
More information about the cfe-commits
mailing list