aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Sema/ParseAST.h3
-rw-r--r--lib/Sema/ParseAST.cpp3
2 files changed, 2 insertions, 4 deletions
diff --git a/include/clang/Sema/ParseAST.h b/include/clang/Sema/ParseAST.h
index 60249ede8d..91d7f1aa36 100644
--- a/include/clang/Sema/ParseAST.h
+++ b/include/clang/Sema/ParseAST.h
@@ -19,8 +19,7 @@ namespace clang {
class ASTConsumer;
/// 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.
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.