[Lldb-commits] [lldb] r252188 - Add a comment explaining TypeImpl.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 5 11:20:40 PST 2015


Author: jingham
Date: Thu Nov  5 13:20:39 2015
New Revision: 252188

URL: http://llvm.org/viewvc/llvm-project?rev=252188&view=rev
Log:
Add a comment explaining TypeImpl.

Modified:
    lldb/trunk/include/lldb/Symbol/Type.h

Modified: lldb/trunk/include/lldb/Symbol/Type.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/Type.h?rev=252188&r1=252187&r2=252188&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/Type.h (original)
+++ lldb/trunk/include/lldb/Symbol/Type.h Thu Nov  5 13:20:39 2015
@@ -492,6 +492,9 @@ protected:
     lldb::TypeSP type_sp;
 };
     
+// the two classes here are used by the public API as a backend to
+// the SBType and SBTypeList classes
+    
 class TypeImpl
 {
 public:




More information about the lldb-commits mailing list