Add more documenation for the lookup tables data members.
authorEric Christopher <echristo@gmail.com>
Thu, 21 Nov 2013 01:16:31 +0000 (01:16 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 21 Nov 2013 01:16:31 +0000 (01:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195297 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.h

index 02b984ebf6ff9cf109c8262b7f3c9a50c2645da4..07f5a8592b478b097f1ac3fe963eb39720578514 100644 (file)
@@ -76,6 +76,9 @@ class CompileUnit {
   StringMap<const DIE *> GlobalTypes;
 
   /// AccelNames - A map of names for the name accelerator table.
+  /// AccelObjC - A map of objc spec for the objc accelerator table.
+  /// AccelNamespace - A map of names for the namespace accelerator table.
+  /// AccelTypes - A map of names for the type accelerator table.
   ///
   StringMap<std::vector<const DIE *> > AccelNames;
   StringMap<std::vector<const DIE *> > AccelObjC;