summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2015-11-05 19:20:39 +0000
committerJim Ingham <jingham@apple.com>2015-11-05 19:20:39 +0000
commit56584698acc154e9a1cb6800a62b4d8bbce26efd (patch)
tree99677bae157041d09f0fd71354e89c8baef23056
parentfbe5ed7807b127f7cc8a08481e758a9e522c3d16 (diff)
downloadbcm5719-llvm-56584698acc154e9a1cb6800a62b4d8bbce26efd.tar.gz
bcm5719-llvm-56584698acc154e9a1cb6800a62b4d8bbce26efd.zip
Add a comment explaining TypeImpl.
llvm-svn: 252188
-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