From: Zachary Turner Date: Sat, 12 Nov 2016 00:28:10 +0000 (+0000) Subject: Fix another problem with formatv(). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=672f0a30925ecf2494f1c1d4325ab75227522050;p=llvm Fix another problem with formatv(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286690 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/FormatProviders.h b/include/llvm/Support/FormatProviders.h index be0e5bab10c..b33a7e01ec8 100644 --- a/include/llvm/Support/FormatProviders.h +++ b/include/llvm/Support/FormatProviders.h @@ -29,7 +29,8 @@ template struct use_integral_formatter : public std::integral_constant< bool, is_one_of::value> {}; + int64_t, uint64_t, int, unsigned, long, unsigned long, + long long, unsigned long long>::value> {}; template struct use_char_formatter