llvm-project/lldb/unittests/Host
Pavel Labath 52b7e863d1 NativeProcessProtocolTest: fix -Winconsistent-missing-override warning
The warning comes from the fact that the MOCK_METHOD macros don't use the
override keyword internally. This makes us not use it in the manually overriden
methods either, to be consistent.

llvm-svn: 350209
2019-01-02 10:37:38 +00:00
..
linux [FileSystem] Move path resolution logic out of FileSpec 2018-11-01 21:05:36 +00:00
CMakeLists.txt Add NativeProcessProtocol unit tests 2018-09-24 12:11:04 +00:00
FileSystemTest.cpp [unittests] Fix the File System Test on Windows 2018-11-28 19:34:01 +00:00
HostInfoTest.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
HostTest.cpp Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
MainLoopTest.cpp Move PseudoTerminal to the lldb_private namespace 2017-12-11 10:09:14 +00:00
NativeProcessProtocolTest.cpp NativeProcessProtocolTest: fix -Winconsistent-missing-override warning 2019-01-02 10:37:38 +00:00
SocketAddressTest.cpp Fix the new SocketAddressTest on Windows 2017-04-24 13:34:35 +00:00
SocketTest.cpp Fix the "dangerous use of tempnam" warning in Host/SocketTest.cpp 2018-12-18 15:33:50 +00:00
SymbolsTest.cpp [FileSystem] Move path resolution logic out of FileSpec 2018-11-01 21:05:36 +00:00
TaskPoolTest.cpp [lldb] A few minor fixes in TaskPool 2017-11-30 22:56:11 +00:00