llvm-project/lldb/source/DataFormatters
Zachary Turner c156427ded Don't allow direct access to StreamString's internal buffer.
This is a large API change that removes the two functions from
StreamString that return a std::string& and a const std::string&,
and instead provide one function which returns a StringRef.

Direct access to the underlying buffer violates the concept of
a "stream" which is intended to provide forward only access,
and makes porting to llvm::raw_ostream more difficult in the
future.

Differential Revision: https://reviews.llvm.org/D26698

llvm-svn: 287152
2016-11-16 21:15:24 +00:00
..
CMakeLists.txt Let Language plugins vend a default DeclPrintingHelper in case a custom one is not specified for the specific invocation 2015-10-19 22:04:25 +00:00
CXXFunctionPointer.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DataVisualization.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DumpValueObjectOptions.cpp Preliminary plumbing work to make 'parray' able to take offset and stride options 2016-11-04 18:15:39 +00:00
FormatCache.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FormatClasses.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FormatManager.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
FormattersHelpers.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
LanguageCategory.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringPrinter.cpp Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
TypeCategory.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
TypeCategoryMap.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TypeFormat.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
TypeSummary.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
TypeSynthetic.cpp Change ValueObject creation functions to take StringRefs. 2016-11-13 03:29:46 +00:00
TypeValidator.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectPrinter.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
VectorType.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00