llvm-project/lldb/unittests/Core
Zachary Turner bf9a77305f Move classes from Core -> Utility.
This moves the following classes from Core -> Utility.

ConstString
Error
RegularExpression
Stream
StreamString

The goal here is to get lldbUtility into a state where it has
no dependendencies except on itself and LLVM, so it can be the
starting point at which to start untangling LLDB's dependencies.
These are all low level and very widely used classes, and
previously lldbUtility had dependencies up to lldbCore in order
to use these classes.  So moving then down to lldbUtility makes
sense from both the short term and long term perspective in
solving this problem.

Differential Revision: https://reviews.llvm.org/D29427

llvm-svn: 293941
2017-02-02 21:39:50 +00:00
..
ArchSpecTest.cpp unittests: Specify types in a bunch of unittest EXPECT's 2016-10-17 18:22:03 +00:00
BroadcasterTest.cpp Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
CMakeLists.txt [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
DataExtractorTest.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ErrorTest.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ListenerTest.cpp Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
LogTest.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ScalarTest.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
StateTest.cpp Add format_provider for lldb::StateType 2017-01-24 11:48:25 +00:00
StructuredDataTest.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
TimerTest.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00