rsmith added a comment. It looks like the bug is that if we hit an uncompilable error after hitting a non-uncompilable fatal error (promoted from a warning), we fail to notice that we've hit an uncompileable error. Our AST should be complete if `hasUncompilableErrorOccurred()` is not set, and it looks like we're violating that invariant here.
https://reviews.llvm.org/D26166 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits