improve comments.

llvm-svn: 75435
This commit is contained in:
Chris Lattner 2009-07-12 22:29:59 +00:00
parent 92ce8381f5
commit c638161d38
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
//===--- Program.h - Entity originator and misc -----------------*- C++ -*-===//
//===--- Program.h - Cross-translation unit information ---------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// Storage for Entities and utility functions
// This file declares the idx::Program interface.
//
//===----------------------------------------------------------------------===//
@ -20,7 +20,8 @@ namespace clang {
namespace idx {
class EntityHandler;
/// \brief Repository for Entities.
/// idx::Program is the top level object that owns and maintains information
/// that is common across translation units.
class Program {
void *Impl;