]> granicus.if.org Git - clang/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)
commitf724ed4411f34b283c6b50539918f2f69d184308
tree6c76caf2111cc8dd0a279524a0dcdcc09e63f03e
parent03c322b0b583171fe3837587274370227f141461
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/cfe/trunk@368990 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/Sema/Sema.h
include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h
lib/CodeGen/EHScopeStack.h