1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/tools/bugpoint
David Majnemer 85242fb9f9 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
..
BugDriver.cpp
BugDriver.h [bugpoint] Delete a stale comment. 2016-06-29 03:02:01 +00:00
bugpoint.cpp [bugpoint] Add a -Os option 2016-07-31 19:25:16 +00:00
CMakeLists.txt
CrashDebugger.cpp Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
ExecutionDriver.cpp Apply most suggestions of clang-tidy's performance-unnecessary-value-param 2016-06-08 19:09:22 +00:00
ExtractFunction.cpp [bugpoint] Simplify code by moving exception to only caller 2016-06-29 00:26:21 +00:00
FindBugs.cpp
ListReducer.h
LLVMBuild.txt
Miscompilation.cpp [bugpoint] Simplify code by moving exception to only caller 2016-06-29 00:26:21 +00:00
OptimizerDriver.cpp [bugpoint] Simplify code by moving exception to only caller 2016-06-29 00:26:21 +00:00
ToolRunner.cpp
ToolRunner.h