r368990 - Replace llvm::integer_sequence and friends with the C++14 standard version

2019-08-15 Thread Benjamin Kramer via cfe-commits
Author: d0k Date: Thu Aug 15 03:56:05 2019 New Revision: 368990 URL: http://llvm.org/viewvc/llvm-project?rev=368990&view=rev Log: 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). Modified: cfe/trun

[clang-tools-extra] r368990 - Replace llvm::integer_sequence and friends with the C++14 standard version

2019-08-15 Thread Benjamin Kramer via cfe-commits
Author: d0k Date: Thu Aug 15 03:56:05 2019 New Revision: 368990 URL: http://llvm.org/viewvc/llvm-project?rev=368990&view=rev Log: 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). Modified: clang-to