Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux variadic workarounds guarded...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 15 Feb 2015 19:34:28 +0000 (19:34 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 15 Feb 2015 19:34:28 +0000 (19:34 +0000)
commit5d6f0738e3d540e2dc3ee34eeb66660bebca0d2c
tree663e3acb22d4ca793c2a217b37513dcfdd1e4c6f
parentcd2a5f28b183c239c8b5d7910a63a7cffe137f7f
Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux variadic workarounds guarded by it.

We no longer support compilers without variadic template support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229324 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CodingStandards.rst
include/llvm/ADT/Hashing.h
include/llvm/ADT/Optional.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/SmallVector.h
include/llvm/Support/Compiler.h