llvm-project/lldb/unittests
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
..
Breakpoint Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Core Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Editline Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Expression Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Host [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Interpreter [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Language [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
ObjectFile Open ELF core dumps with more than 64K sections 2017-01-31 23:09:46 +00:00
Platform [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Process [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
ScriptInterpreter [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Symbol [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
SymbolFile [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
UnwindAssembly [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
Utility [CMake] Update unit tests with accurate dependencies 2017-02-01 22:17:00 +00:00
CMakeLists.txt Fix windows build after r293821 2017-02-02 18:14:04 +00:00
gtest_common.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00