rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46786 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Sema/ASTStreamer.cpp b/Sema/ParseAST.cpp
similarity index 93%
rename from Sema/ASTStreamer.cpp
rename to Sema/ParseAST.cpp
index 5346a59..92e8d24 100644
--- a/Sema/ASTStreamer.cpp
+++ b/Sema/ParseAST.cpp
@@ -1,4 +1,4 @@
-//===--- ASTStreamer.cpp - Provide streaming interface to ASTs ------------===//
+//===--- ParseAST.cpp - Provide the clang::ParseAST method ----------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,11 +7,11 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements the ASTStreamer interface.
+// This file implements the clang::ParseAST method.
//
//===----------------------------------------------------------------------===//
-#include "clang/Sema/ASTStreamer.h"
+#include "clang/Sema/ParseAST.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTConsumer.h"
#include "Sema.h"