TTom StellardBump the trunk major version to 15
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Bump the trunk major version to 15 | 4 年前 | |
[libc++][pstl] Implement tag dispatching mechanism for Parallel STL Implement the mechanism that simplifies the execution policy/iterator category dispatching and allows to implement customizations for the parallel algorithms with adding custom tags Reviewed By: rodgert, MikeDvorskiy Differential Revision: https://reviews.llvm.org/D104492 | 4 年前 | |
[libc++][pstl] Implement tag dispatching mechanism for Parallel STL Implement the mechanism that simplifies the execution policy/iterator category dispatching and allows to implement customizations for the parallel algorithms with adding custom tags Reviewed By: rodgert, MikeDvorskiy Differential Revision: https://reviews.llvm.org/D104492 | 4 年前 | |
[pstl] Remove various warnings in the pstl headers and tests - unused parameter warnings - don't use single-letter template parameter names, like we do in libc++ - sign-comparison warnings - unused variables in the tests - unused local typedefs in the tests - the use of #include_next - field reordering in the tests - unused lambda captures Note that the rationale for why the static_casts to unsigned are OK is that last - first must always be non-negative, since [first, last) is a valid range. llvm-svn: 362148 | 6 年前 |