From 56584698acc154e9a1cb6800a62b4d8bbce26efd Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 5 Nov 2015 19:20:39 +0000 Subject: [PATCH] Add a comment explaining TypeImpl. llvm-svn: 252188 --- lldb/include/lldb/Symbol/Type.h | 3 +++ 1 file changed, 3 insertions(+) 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: