finish a thought.
authorChris Lattner <sabre@nondot.org>
Sun, 10 Jul 2011 00:29:18 +0000 (00:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Jul 2011 00:29:18 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134854 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index e589a4baf56c32945d5f85f302a145fe7334bfa8..0fc2c3a0c3af1449daf04d41dcb60b04b29ba7a9 100644 (file)
@@ -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: