llvm-project/lldb/source/Expression
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 [CMake] LLDB/Expression needs to depend on intrinsics_gen 2016-09-29 22:55:09 +00:00
DWARFExpression.cpp Use the right dwarf attributes for parsing location list entries (fixup for r285441) 2016-10-31 11:53:13 +00:00
DiagnosticManager.cpp Make DiagnosticsManager functions take StringRefs. 2016-11-12 19:12:56 +00:00
Expression.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ExpressionSourceCode.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ExpressionVariable.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FunctionCaller.cpp Make DiagnosticsManager functions take StringRefs. 2016-11-12 19:12:56 +00:00
IRDynamicChecks.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
IRExecutionUnit.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
IRInterpreter.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
IRMemoryMap.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LLVMUserExpression.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Materializer.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
REPL.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
UserExpression.cpp Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
UtilityFunction.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00