llvm-project/lldb/source
Zachary Turner 2833321f09 Update StructuredData::String to return StringRefs.
It was returning const std::string& which was leading to
unnecessary copies all over the place, and preventing people
from doing things like Dict->GetValueForKeyAsString("foo", ref);

llvm-svn: 302875
2017-05-12 05:49:54 +00:00
..
API Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
Breakpoint Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
Commands Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Core Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
DataFormatters Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Expression Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Host Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Initialization Enable ProcessPOSIXLog on NetBSD 2017-03-21 17:26:55 +00:00
Interpreter Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Plugins Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
Symbol Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Target Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
Utility Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00