From 1531e711ac6764a52a480dee4aae8bd5fab58da5 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 21 Nov 2013 01:16:31 +0000 Subject: [PATCH] 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 --- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 3 +++ 1 file changed, 3 insertions(+) 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;