[llvm] r195297 - Add more documenation for the lookup tables data members.

Eric Christopher echristo at gmail.com
Wed Nov 20 17:16:31 PST 2013


Author: echristo
Date: Wed Nov 20 19:16:31 2013
New Revision: 195297

URL: http://llvm.org/viewvc/llvm-project?rev=195297&view=rev
Log:
Add more documenation for the lookup tables data members.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h?rev=195297&r1=195296&r2=195297&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h Wed Nov 20 19:16:31 2013
@@ -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;





More information about the llvm-commits mailing list