diff --git a/lldb/include/lldb/Symbol/Type.h b/lldb/include/lldb/Symbol/Type.h index f5be9f807728..cdc2ab72ea99 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: