[PATCH] D66961: [ADT] Removed VariadicFunction

Dmitri Gribenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 10:09:01 PDT 2019


gribozavr created this revision.
Herald added subscribers: llvm-commits, dexonsmith, dmgreen, mgorny.
Herald added a project: LLVM.

It is not used. It uses macro-based unrolling instead of variadic
templates it is not idiomatic anymore, so it is a questionable API to
keep "just in case".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66961

Files:
  llvm/include/llvm/ADT/VariadicFunction.h
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/VariadicFunctionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66961.217926.patch
Type: text/x-patch
Size: 15675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190829/b928d218/attachment.bin>


More information about the llvm-commits mailing list