Right. This is the PCH test failing. You need to serialize/deserialize CommentOptions into/from PCH. Please look at ASTWriter::WriteControlBlock, it serializes LangOptions, you should write CommentOptions there. And there is a symmetrical ASTReader::ParseLanguageOptions for reading.
http://llvm-reviews.chandlerc.com/D272 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
