llvm-project/lldb/unittests
Pavel Labath 11b63cd309 Attempt to fix freebsd build after r287864
the chrono library there uses long long as the underlying chrono type, but
defines int64_t as long (or the other way around, I am not sure). In any case,
this caused the implicit conversion to not trigger. This should address that.

Also fix up the relevant unit test.

llvm-svn: 287867
2016-11-24 11:22:43 +00:00
..
Breakpoint Convert many functions to use StringRefs. 2016-09-17 02:00:02 +00:00
Core Fix some unit test compilation failures. 2016-11-16 21:45:11 +00:00
Editline *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Expression *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Host Added a couple more odd dot patterns that we got out 2016-11-04 01:47:59 +00:00
Interpreter Refactor the Args class. 2016-10-03 22:51:09 +00:00
Language *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Platform Fix compiler warnings in PlatformDarwinTest.cpp 2016-10-08 04:03:15 +00:00
Process Attempt to fix freebsd build after r287864 2016-11-24 11:22:43 +00:00
ScriptInterpreter Fix some unit test compilation failures. 2016-11-16 21:45:11 +00:00
Symbol Fix compiler warnings in TestClangASTContext.cpp 2016-10-08 04:03:19 +00:00
SymbolFile Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
UnwindAssembly [lldb] Don't build unit tests for unsupported targets 2016-11-08 06:49:59 +00:00
Utility Convert UriParser to use StringRef. 2016-11-17 01:38:02 +00:00
CMakeLists.txt [cmake] Build gtest from LLVM when building standalone 2016-11-02 22:57:23 +00:00
gtest_common.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00