Add a comment explaining TypeImpl.

llvm-svn: 252188
This commit is contained in:
Jim Ingham 2015-11-05 19:20:39 +00:00
parent fbe5ed7807
commit 56584698ac
1 changed files with 3 additions and 0 deletions

View File

@ -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: