llvm-project/lldb/unittests
Zachary Turner d08f09c113 Convert some StringExtractor functions to accept MutableArrayRefs.
MutableArrayRef<T> is essentially a safer version of passing around
(T*, length) pairs and provides some convenient functions for working
with the data without having to manually manipulate indices.

This is a minor NFC.

llvm-svn: 280123
2016-08-30 18:12:11 +00:00
..
Core Fix a race in Broadcaster/Listener interaction 2016-08-15 09:53:08 +00:00
Editline Fix a bunch of signedness warnings in unittests 2016-03-11 09:00:23 +00:00
Expression Fix build for go parser unittest. 2015-11-03 22:46:37 +00:00
Host Change the PathMappingList::FindFile to use FileSpec API's 2016-08-23 17:13:33 +00:00
Interpreter Fix linking of unit tests via CMake on Windows. 2015-03-18 16:56:24 +00:00
Language Fix parsing of complicated C++ names 2016-08-18 08:21:38 +00:00
Process Revert "gdb-remote: Make the sequence mutex non-recursive" 2016-08-30 13:56:11 +00:00
ScriptInterpreter Fix unit tests on windows 2016-08-11 15:31:30 +00:00
Symbol Add some unit tests for ClangASTContext. 2016-04-01 23:20:35 +00:00
SymbolFile Fix SymbolFilePDBTests.cpp 2016-05-10 13:46:22 +00:00
Utility Convert some StringExtractor functions to accept MutableArrayRefs. 2016-08-30 18:12:11 +00:00
CMakeLists.txt Fix parsing of complicated C++ names 2016-08-18 08:21:38 +00:00
gtest_common.h Fix linking of unit tests via CMake on Windows. 2015-03-18 16:56:24 +00:00