[PATCH] D25587: Introduce llvm FormatVariadic

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 16:07:31 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL286682: [Support] Introduce llvm::formatv() function. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D25587?vs=77218&id=77695#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25587

Files:
  llvm/trunk/docs/ProgrammersManual.rst
  llvm/trunk/include/llvm/ADT/STLExtras.h
  llvm/trunk/include/llvm/Support/FormatAdapters.h
  llvm/trunk/include/llvm/Support/FormatCommon.h
  llvm/trunk/include/llvm/Support/FormatProviders.h
  llvm/trunk/include/llvm/Support/FormatVariadic.h
  llvm/trunk/include/llvm/Support/FormatVariadicDetails.h
  llvm/trunk/include/llvm/Support/NativeFormatting.h
  llvm/trunk/include/llvm/Support/YAMLTraits.h
  llvm/trunk/include/llvm/Support/raw_ostream.h
  llvm/trunk/lib/Support/CMakeLists.txt
  llvm/trunk/lib/Support/FormatVariadic.cpp
  llvm/trunk/lib/Support/NativeFormatting.cpp
  llvm/trunk/lib/Support/raw_ostream.cpp
  llvm/trunk/unittests/Support/CMakeLists.txt
  llvm/trunk/unittests/Support/FormatVariadicTest.cpp
  llvm/trunk/unittests/Support/NativeFormatTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25587.77695.patch
Type: text/x-patch
Size: 83270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161112/5bc4ce15/attachment.bin>


More information about the llvm-commits mailing list