hanchenye-llvm-project/lldb/unittests
Zachary Turner 2d240d00da A few minor stylistic cleanups in StringExtractor.
Makes Peek() return a StringRef instead of a const char*.

This leads to a few callers of Peek() being able to be made a
little nicer (for example using StringRef member functions instead
of c-style strncmp and related functions) and generally safer
usage.

llvm-svn: 280139
2016-08-30 19:47:05 +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
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 A few minor stylistic cleanups in StringExtractor. 2016-08-30 19:47:05 +00:00
CMakeLists.txt Fix parsing of complicated C++ names 2016-08-18 08:21:38 +00:00
gtest_common.h