projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b91779e
)
Fixed a typo in r251080.
author
Sean Callanan
<scallanan@apple.com>
Fri, 23 Oct 2015 00:37:54 +0000
(
00:37
+0000)
committer
Sean Callanan
<scallanan@apple.com>
Fri, 23 Oct 2015 00:37:54 +0000
(
00:37
+0000)
llvm-svn: 251083
lldb/source/API/SBTypeSummary.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/API/SBTypeSummary.cpp
b/lldb/source/API/SBTypeSummary.cpp
index
1934f4e
..
6abedc0
100644
(file)
--- a/
lldb/source/API/SBTypeSummary.cpp
+++ b/
lldb/source/API/SBTypeSummary.cpp
@@
-153,7
+153,7
@@
SBTypeSummary::CreateWithCallback (FormatCallback cb, uint32_t options)
TypeSummaryImplSP(
cb ? new CXXFunctionSummaryFormat(options,
[cb] (ValueObject& valobj, Stream& stm, const TypeSummaryOptions& opt) -> bool {
- BStream stream;
+
S
BStream stream;
if (!cb(SBValue(valobj.GetSP()), SBTypeSummaryOptions(&opt), stream))
return false;
stm.Write(stream.GetData(), stream.GetSize());