On 29 April 2014 14:21, Rafael Espíndola <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
