diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/clang/Sema/ParseAST.h (renamed from include/clang/Sema/ASTStreamer.h) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/clang/Sema/ASTStreamer.h b/include/clang/Sema/ParseAST.h index 227c3a5d12..61ce30d9f4 100644 --- a/include/clang/Sema/ASTStreamer.h +++ b/include/clang/Sema/ParseAST.h @@ -1,4 +1,4 @@ -//===--- ASTStreamer.h - Stream ASTs for top-level decls --------*- C++ -*-===// +//===--- ParseAST.h - Define the ParseAST method ----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -7,17 +7,15 @@ // //===----------------------------------------------------------------------===// // -// This file defines the ASTStreamer interface. +// This file defines the clang::ParseAST method. // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_AST_ASTSTREAMER_H -#define LLVM_CLANG_AST_ASTSTREAMER_H +#ifndef LLVM_CLANG_SEMA_PARSEAST_H +#define LLVM_CLANG_SEMA_PARSEAST_H namespace clang { class Preprocessor; - class ASTContext; - class Decl; class ASTConsumer; /// ParseAST - Parse the entire file specified, notifying the ASTConsumer as |