llvm-project/lldb/source/Plugins/StructuredData/DarwinLog
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
..
CMakeLists.txt Delete some more dead includes. 2017-03-22 23:33:16 +00:00
StructuredDataDarwinLog.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
StructuredDataDarwinLog.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00