summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/include/lldb/Symbol/Type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/Symbol/Type.h b/lldb/include/lldb/Symbol/Type.h
index f5be9f80772..cdc2ab72ea9 100644
--- a/lldb/include/lldb/Symbol/Type.h
+++ b/lldb/include/lldb/Symbol/Type.h
@@ -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:
OpenPOWER on IntegriCloud