rjmccall added inline comments.
================ Comment at: include/clang/AST/Stmt.h:206 + bool PartOfExplicitCast : 1; + unsigned BasePathSize : 32 - 6 - 1 - NumExprBits; }; ---------------- lebedev.ri wrote: > rjmccall wrote: > > This needs to be serialized. > Uhm, could you please explain what do you mean by 'serialized'? It needs to be preserved when writing an ICE into a PCH / module file. See the ASTWriter / ASTReader. Repository: rC Clang https://reviews.llvm.org/D49508 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits