]> granicus.if.org Git - clang/commitdiff
Clean up the comments for this file now that its contents are totally
authorChandler Carruth <chandlerc@gmail.com>
Fri, 9 Dec 2011 01:45:42 +0000 (01:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 9 Dec 2011 01:45:42 +0000 (01:45 +0000)
different from what the comments indicated. Also drop a no longer used
include that also violates the layering between Serialization and
Frontend.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146230 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Serialization/GeneratePCH.cpp

index 437598d53968adfca08b9d1b4e06b3138b66e948..02aed103f1bfcae668f44c803cca5136bd43b96b 100644 (file)
@@ -1,4 +1,4 @@
-//===--- GeneratePCH.cpp - AST Consumer for PCH Generation ------*- C++ -*-===//
+//===--- GeneratePCH.cpp - Sema Consumer for PCH Generation -----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,12 +7,11 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This file defines the CreatePCHGenerate function, which creates an
-//  ASTConsumer that generates a PCH file.
+//  This file defines the PCHGenerator, which as a SemaConsumer that generates
+//  a PCH file.
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang/Frontend/ASTConsumers.h"
 #include "clang/Serialization/ASTWriter.h"
 #include "clang/Sema/SemaConsumer.h"
 #include "clang/AST/ASTContext.h"