rsmith added inline comments.
================ Comment at: lib/Serialization/ASTReader.cpp:8487 + std::sort(Comments.begin(), Comments.end(), + BeforeThanCompare<RawComment>(SourceMgr)); Context.Comments.addDeserializedComments(Comments); ---------------- Does this cause us to deserialize the SLocEntry for every FileID referenced by a RawComment? That would seem pretty bad. https://reviews.llvm.org/D27546 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits