1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/bugpoint
Kazu Hirata 0d01902704 Use llvm::is_contained where appropriate (NFC)
Summary:
This patch replaces std::find with llvm::is_contained where
appropriate.

Reviewers: efriedma, nhaehnle

Reviewed By: nhaehnle

Subscribers: arsenm, jvesely, nhaehnle, hiraditya, rogfer01, kerbowa, llvm-commits, vkmr

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D84489
2020-07-27 10:20:44 -07:00
..
BugDriver.cpp
BugDriver.h [bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC) 2019-09-30 21:00:50 +00:00
bugpoint.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
CMakeLists.txt Update compiler extension integration into the build system 2020-04-24 09:40:14 +02:00
CrashDebugger.cpp [bugpoint] Fix typo in assertion message. NFC 2020-07-23 16:06:43 -07:00
ExecutionDriver.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
ExtractFunction.cpp Use llvm::is_contained where appropriate (NFC) 2020-07-27 10:20:44 -07:00
FindBugs.cpp
ListReducer.h Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
LLVMBuild.txt
Miscompilation.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
OptimizerDriver.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ToolRunner.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
ToolRunner.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00