[NFC] Remove lldb_utility namespace.
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 21 Aug 2019 00:50:46 +0000 (00:50 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 21 Aug 2019 00:50:46 +0000 (00:50 +0000)
commit4b3c0fd5da2ef595ea8e015a8e38a48890057eed
treefb76d07a5eb7d3ef3f20730e7699d2b63a0d76dd
parent1ecc507e2a5f004ef7b0a6d39708bec58f09012e
[NFC] Remove lldb_utility namespace.

While generating the Doxygen I noticed this lone namespace that has one
class and one function in it. This moves them into lldb_private.

llvm-svn: 369485
lldb/include/lldb/DataFormatters/FormattersContainer.h
lldb/include/lldb/Utility/AnsiTerminal.h
lldb/include/lldb/Utility/StringLexer.h
lldb/source/Core/Debugger.cpp
lldb/source/Core/Highlighter.cpp
lldb/source/Core/ValueObject.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
lldb/source/Utility/StringLexer.cpp
lldb/unittests/Utility/AnsiTerminalTest.cpp
lldb/unittests/Utility/StringLexerTest.cpp