[cfe-commits] r49142 - in /cfe/trunk: include/clang/AST/TranslationUnit.h lib/AST/TranslationUnit.cpp

Sam Bishop sam at bishop.dhs.org
Thu Apr 3 10:51:06 PDT 2008


Ted,

Thank you for your help.  I really appreciate it.

Ted Kremenek wrote:
> So I think the solution is not technically all that hard; it just
> requires some tedious engineering to make separate instances of all
> the mentioned methods (and to of course add the necessary "Allocator"
> argument to the Decl::Create methods, etc.).

As far as I can tell, though, we still wouldn't have an ASTContext
object to pass to those Decl::Create methods.  Or would the Allocator
argument replace the ASTContext argument?  Do you think that passing the
ASTContext around the deserializing code is a bad idea?

Thanks,
Sam




More information about the cfe-commits mailing list