]> granicus.if.org Git - clang/commitdiff
improve comments.
authorChris Lattner <sabre@nondot.org>
Sun, 12 Jul 2009 22:29:59 +0000 (22:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Jul 2009 22:29:59 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75435 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Index/Program.h

index 30afa0be469ea5a67da631f5d43d6e393736b99e..1a08118ca57c54891316c7342720cee3464690d0 100644 (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;