llvm-project/llvm/unittests/ExecutionEngine/MCJIT
David Majnemer 0d955d0bf5 Use the range variant of find instead of unpacking begin/end
If the result of the find is only used to compare against end(), just
use is_contained instead.

No functionality change is intended.

llvm-svn: 278433
2016-08-11 22:21:41 +00:00
..
CMakeLists.txt [CMake] Add RuntimeDyld to libdeps corresponding to r229343. 2015-02-16 02:13:30 +00:00
MCJITCAPITest.cpp Kill LLVMAddTargetData 2016-02-16 00:22:02 +00:00
MCJITMemoryManagerTest.cpp
MCJITMultipleModuleTest.cpp Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
MCJITObjectCacheTest.cpp Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
MCJITTest.cpp Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
MCJITTestAPICommon.h Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
MCJITTestBase.h Delete dead code. Reloc::Default is the default. 2016-05-18 16:19:20 +00:00
MCJITTests.def