1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/tools/bugpoint
Mehdi Amini a6cfd067ac Turn cl::values() (for enum) from a vararg function to using C++ variadic template
The core of the change is supposed to be NFC, however it also fixes
what I believe was an undefined behavior when calling:

 va_start(ValueArgs, Desc);

with Desc being a StringRef.

Differential Revision: https://reviews.llvm.org/D25342

llvm-svn: 283671
2016-10-08 19:41:06 +00:00
..
BugDriver.cpp bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
BugDriver.h bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
bugpoint.cpp bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
CMakeLists.txt Ensure Polly linking works without BUILD_SHARED_LIBS 2016-09-14 03:09:48 +00:00
CrashDebugger.cpp Revert "Add -strip-nonlinetable-debuginfo capability" 2016-10-06 18:30:26 +00:00
ExecutionDriver.cpp Turn cl::values() (for enum) from a vararg function to using C++ variadic template 2016-10-08 19:41:06 +00:00
ExtractFunction.cpp bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00
FindBugs.cpp bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
ListReducer.h bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
LLVMBuild.txt
Miscompilation.cpp Retire bugpoint's -R. hack. 2016-10-01 07:34:18 +00:00
OptimizerDriver.cpp bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00
ToolRunner.cpp Retire bugpoint's -R. hack. 2016-10-01 07:34:18 +00:00
ToolRunner.h bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00