[PATCH] D25587: Introduce llvm FormatVariadic
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 09:09:02 PDT 2016
zturner updated this revision to Diff 74698.
zturner added a comment.
Updated tests to use C++11 user-defined literals. Also added a format provider for type `bool` and associated tests.
https://reviews.llvm.org/D25587
Files:
include/llvm/ADT/STLExtras.h
include/llvm/Support/FormatProviders.h
include/llvm/Support/FormatVariadic.h
include/llvm/Support/FormatVariadicDetails.h
include/llvm/Support/NativeFormatting.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/raw_ostream.h
lib/Support/CMakeLists.txt
lib/Support/FormatVariadic.cpp
lib/Support/NativeFormatting.cpp
lib/Support/raw_ostream.cpp
unittests/Support/CMakeLists.txt
unittests/Support/FormatVariadicTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25587.74698.patch
Type: text/x-patch
Size: 69064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161014/03936b78/attachment-0001.bin>
More information about the llvm-commits
mailing list