diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-10-27 22:01:05 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-10-27 22:01:05 +0000 |
commit | d6a1c5daec1ff7152f0e3ced8a461e0dc6793dfa (patch) | |
tree | 3024b71dd5b74d9b83b0d7667d3fe672cd717457 /lib/Sema/ParseAST.cpp | |
parent | c532f633a94f3d91b4435c8ed84dc3ef7bcf2afa (diff) |
Comment fix, ParseAST does not take ownership of the consumer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58281 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/ParseAST.cpp')
-rw-r--r-- | lib/Sema/ParseAST.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Sema/ParseAST.cpp b/lib/Sema/ParseAST.cpp index 567cfc2763..272615cceb 100644 --- a/lib/Sema/ParseAST.cpp +++ b/lib/Sema/ParseAST.cpp @@ -24,8 +24,7 @@ using namespace clang; //===----------------------------------------------------------------------===// /// ParseAST - Parse the entire file specified, notifying the ASTConsumer as -/// the file is parsed. This takes ownership of the ASTConsumer and -/// ultimately deletes it. +/// the file is parsed. /// /// \param FreeMemory If false, the memory used for AST elements is /// not released. |