REPOSITORY rL LLVM ================ Comment at: include/clang/Tooling/Tooling.h:173 @@ -173,1 +172,3 @@ + const Twine &FileName = "input.cc", + bool Reserialize = false); ---------------- klimek wrote: > I don't think this is the right choice. > It seems like we could provide two functions serialize and deserialize so > that Reserialize=true becomes > deserialize(serialize(buildASTFromCode(...)) > ? Ah, yes. I agree that better encapsulates separation of concerns.
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
