]> granicus.if.org Git - llvm/commit
Replace llvm::integer_sequence and friends with the C++14 standard version
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 15 Aug 2019 10:56:05 +0000 (10:56 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 15 Aug 2019 10:56:05 +0000 (10:56 +0000)
commit6f594754b1b7ff02038c62a19fed3e38fd82bd2e
tree41bbe1f69b684bbc22fa82e5e7579d231ca845f4
parent7b52c1a832556c38f79cbb1c872a3d3bdba956b3
Replace llvm::integer_sequence and friends with the C++14 standard version

The implementation in libc++ takes O(1) compile time, ours was O(n).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368990 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/STLExtras.h
include/llvm/ExecutionEngine/Orc/RPCSerialization.h
include/llvm/ExecutionEngine/Orc/RPCUtils.h
include/llvm/IR/PassManager.h
include/llvm/Support/Format.h