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
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