hanchenye-llvm-project/llvm/unittests
David Blaikie 5980419379 Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.
Also minor using namespace move so it's not hard-up against the function
definition and outside the namespace as is usual.

llvm-svn: 192744
2013-10-15 23:00:17 +00:00
..
ADT Add a Python-like join function to merge a list of strings with a 2013-09-03 20:43:54 +00:00
Analysis Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking 2013-08-13 00:03:47 +00:00
Bitcode
CodeGen Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures. 2013-10-15 23:00:17 +00:00
DebugInfo
ExecutionEngine MCJIT: skip some more new multi-module tests on unsupported platforms. 2013-10-02 16:11:07 +00:00
IR Silencing an MSVC warning. 2013-10-05 19:41:41 +00:00
Object
Option Option parsing: support case-insensitive option matching. 2013-08-28 20:04:31 +00:00
Support Add non-blocking Wait() for launched processes 2013-10-01 14:28:18 +00:00
Transforms Introduce SpecialCaseList::isIn overload for GlobalAliases. 2013-08-19 19:00:35 +00:00
CMakeLists.txt Add a hashing routine that handles hashing types. Add a test for 2013-09-03 21:57:57 +00:00
Makefile Add a hashing routine that handles hashing types. Add a test for 2013-09-03 21:57:57 +00:00
Makefile.unittest