Re-enable deletion of AST nodes upon completion of ParseAST.

llvm-svn: 55038
This commit is contained in:
Ted Kremenek 2008-08-20 03:27:00 +00:00
parent 0e857200bb
commit 821159e352
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, bool PrintStats) {
PP.getIdentifierTable(), PP.getSelectorTable());
TranslationUnit TU(Context);
TU.SetOwnsDecls(false);
Sema S(PP, Context, *Consumer);
Parser P(PP, S);
PP.EnterMainSourceFile();