hanchenye-llvm-project/llvm/utils/unittest
Mandeep Singh Grang 13e70cb181 [unittests] Change std::sort to llvm::sort in response to r327219
r327219 added wrappers to std::sort which randomly shuffle the container before
sorting.  This will help in uncovering non-determinism caused due to undefined
sorting order of objects having the same key.

To make use of that infrastructure we need to invoke llvm::sort instead of
std::sort.

Note: This patch is one of a series of patches to replace *all* std::sort to
llvm::sort.  Refer the comments section in D44363 for a list of all the
required patches.

llvm-svn: 329475
2018-04-07 01:29:45 +00:00
..
UnitTestMain
googlemock [unittests] Change std::sort to llvm::sort in response to r327219 2018-04-07 01:29:45 +00:00
googletest Revert r326092: [gtest] Add PrintTo overload for StringRef. 2018-02-26 15:54:59 +00:00
CMakeLists.txt Force #define GTEST_LANG_CXX11. 2017-10-27 21:12:28 +00:00
LLVMBuild.txt