diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/include/clang/Sema/ParseAST.h | 3 | ||||
-rw-r--r-- | clang/lib/Sema/ParseAST.cpp | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/clang/include/clang/Sema/ParseAST.h b/clang/include/clang/Sema/ParseAST.h index 60249ede8d8..91d7f1aa36b 100644 --- a/clang/include/clang/Sema/ParseAST.h +++ b/clang/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/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. |