From c0ca67fbd39ce311dfaf30421ea193f8ecea1b62 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 10 Jul 2011 00:29:18 +0000 Subject: [PATCH] finish a thought. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134854 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DerivedTypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index e589a4baf56..0fc2c3a0c3a 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -188,6 +188,7 @@ class StructType : public CompositeType { /// SymbolTableEntry - For a named struct that actually has a name, this is a /// pointer to the symbol table entry (maintained by LLVMContext) for the /// struct. This is null if the type is an anonymous struct or if it is + /// a named type that has an empty name. /// void *SymbolTableEntry; public: -- 2.34.1