It is not used. It uses macro-based unrolling instead of variadic
templates, so it is not idiomatic anymore, and therefore it is a
questionable API to keep "just in case".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66961
[ADT] Removed VariadicFunction ClosedPublic Authored by gribozavr on Aug 29 2019, 10:08 AM.
Details Summary It is not used. It uses macro-based unrolling instead of variadic
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 29 2019, 2:08 PM Closed by commit rL370441: [ADT] Removed VariadicFunction (authored by gribozavr). · Explain WhyAug 30 2019, 1:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 218035 llvm/trunk/include/llvm/ADT/VariadicFunction.h
llvm/trunk/unittests/ADT/CMakeLists.txt
llvm/trunk/unittests/ADT/VariadicFunctionTest.cpp
|