REPOSITORY rL LLVM ================ Comment at: unittests/Serialization/Reserialization.cpp:1 @@ +1,2 @@ +//===- unittests/Serialization/Reserialization.cpp - Reserialization tests ===// +// ---------------- I'm not completely sure what "reserialization" means here; I'd expect this to be tests for serializing stuff we'd deserialized (which we generally avoid doing). Maybe something like "Serialization/Decls.cpp" would be a better name for tests of Decl deserialization?
http://reviews.llvm.org/D9126 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
