diff options
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Sema/ParseAST.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Sema/ParseAST.cpp b/clang/lib/Sema/ParseAST.cpp index 567cfc27630..272615cceb1 100644 --- a/clang/lib/Sema/ParseAST.cpp +++ b/clang/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. |