Suppress all uses of LLVM_END_WITH_NULL. NFC.

Use variadic templates instead of relying on <cstdarg> + sentinel.
This enforces better type checking and makes code more readable.

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

llvm-svn: 302571
This commit is contained in:
Serge Guelton
2017-05-09 19:31:13 +00:00
parent f570c76c5c
commit e38003f839
22 changed files with 122 additions and 157 deletions

View File

@@ -30,7 +30,6 @@
#include "llvm/Support/Path.h"
#include "llvm/Support/RandomNumberGenerator.h"
#include <algorithm>
#include <cstdarg>
#include <cstdlib>
using namespace llvm;