]> granicus.if.org Git - clang/commit
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
authorSam Bishop <sam@bishop.dhs.org>
Mon, 7 Apr 2008 21:55:54 +0000 (21:55 +0000)
committerSam Bishop <sam@bishop.dhs.org>
Mon, 7 Apr 2008 21:55:54 +0000 (21:55 +0000)
commite2563ca02a519c2ad6d64dfed87d6e86c5d3c072
treec998a62e0d5bd13e96a0bdd6188d1d3c6ae97132
parentd77bc2834269593282e06806a74d14e244bc26a4
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
they can be created using the same allocator as in the "from source code" case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49353 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/Expr.h
include/clang/AST/Stmt.h
lib/AST/DeclSerialization.cpp
lib/AST/StmtSerialization.cpp
lib/AST/TranslationUnit.cpp
lib/AST/TypeSerialization.cpp