From: Eric Christopher Date: Thu, 21 Nov 2013 01:16:31 +0000 (+0000) Subject: Add more documenation for the lookup tables data members. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1531e711ac6764a52a480dee4aae8bd5fab58da5;p=oota-llvm.git Add more documenation for the lookup tables data members. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 02b984ebf6f..07f5a8592b4 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -76,6 +76,9 @@ class CompileUnit { StringMap 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 > AccelNames; StringMap > AccelObjC;