diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:09:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:09:23 +0000 |
| commit | f73363f1dd94996356cefbf24388f561891acf0b (patch) | |
| tree | e3c31248bdb36eaec5fd833490d4278162dba2a0 /source/API/SBType.cpp | |
| parent | 160ee69dd7ae18978f4068116777639ea98dc951 (diff) | |
Vendor import of lldb trunk r338150:vendor/lldb/lldb-trunk-r338150
Notes
svn path=/vendor/lldb/dist/; revision=336823
svn path=/vendor/lldb/lldb-trunk-r338150/; revision=336824; tag=vendor/lldb/lldb-trunk-r338150
Diffstat (limited to 'source/API/SBType.cpp')
| -rw-r--r-- | source/API/SBType.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/API/SBType.cpp b/source/API/SBType.cpp index 80d48754c89b..e199b7a33e48 100644 --- a/source/API/SBType.cpp +++ b/source/API/SBType.cpp @@ -88,9 +88,9 @@ TypeImpl &SBType::ref() { } const TypeImpl &SBType::ref() const { - // "const SBAddress &addr" should already have checked "addr.IsValid()" - // prior to calling this function. In case you didn't we will assert - // and die to let you know. + // "const SBAddress &addr" should already have checked "addr.IsValid()" prior + // to calling this function. In case you didn't we will assert and die to let + // you know. assert(m_opaque_sp.get()); return *m_opaque_sp; } |
