Stephan T. Lavavej
|
8cbff23f7d
|
[libcxx] [test] Rename __x to x. NFCI.
This improves readability and (theoretically) improves portability,
as __ugly names are reserved.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@310760 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-08-11 20:54:06 +00:00 |
|
Stephan T. Lavavej
|
302557b724
|
[libcxx] [test] Rename _Tp to T. NFCI.
This improves readability and (theoretically) improves portability,
as _Ugly names are reserved.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@310758 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-08-11 20:53:53 +00:00 |
|
Stephan T. Lavavej
|
b836deb5db
|
[libcxx] [test] Strip trailing whitespace. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@305848 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-06-20 21:00:02 +00:00 |
|
Marshall Clow
|
270a04fb06
|
Renamed some of the newly added tests. No functional change
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@305453 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-06-15 05:44:49 +00:00 |
|
Marshall Clow
|
6bb9569124
|
Add a test with an empty input range - should do nothing
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@305268 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-06-13 02:28:40 +00:00 |
|
Marshall Clow
|
fb97c4408f
|
Implement the non-parallel versions of exclusive_scan and transform_exclusive_scan. Reviewed as https://reviews.llvm.org/D34038.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@305136 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-06-10 02:22:13 +00:00 |
|