diff options
| author | Jim Ingham <jingham@apple.com> | 2015-11-05 19:20:39 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2015-11-05 19:20:39 +0000 |
| commit | 56584698acc154e9a1cb6800a62b4d8bbce26efd (patch) | |
| tree | 99677bae157041d09f0fd71354e89c8baef23056 | |
| parent | fbe5ed7807b127f7cc8a08481e758a9e522c3d16 (diff) | |
| download | bcm5719-llvm-56584698acc154e9a1cb6800a62b4d8bbce26efd.tar.gz bcm5719-llvm-56584698acc154e9a1cb6800a62b4d8bbce26efd.zip | |
Add a comment explaining TypeImpl.
llvm-svn: 252188
| -rw-r--r-- | lldb/include/lldb/Symbol/Type.h | 3 |
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: |

