Stephan T. Lavavej
|
ed76ab3f1c
|
[libcxx] [test] Rename __x to x. NFCI.
This improves readability and (theoretically) improves portability,
as __ugly names are reserved.
llvm-svn: 310760
|
2017-08-11 20:54:06 +00:00 |
Stephan T. Lavavej
|
aae63566dc
|
[libcxx] [test] Rename _Tp to T. NFCI.
This improves readability and (theoretically) improves portability,
as _Ugly names are reserved.
llvm-svn: 310758
|
2017-08-11 20:53:53 +00:00 |
Stephan T. Lavavej
|
5984426f91
|
[libcxx] [test] Strip trailing whitespace. NFC.
llvm-svn: 305848
|
2017-06-20 21:00:02 +00:00 |
Marshall Clow
|
9a102b0924
|
Renamed some of the newly added tests. No functional change
llvm-svn: 305453
|
2017-06-15 05:44:49 +00:00 |
Marshall Clow
|
ba2b6c6fae
|
Add a test with an empty input range - should do nothing
llvm-svn: 305268
|
2017-06-13 02:28:40 +00:00 |
Marshall Clow
|
e948ba1cd1
|
Implement the non-parallel versions of exclusive_scan and transform_exclusive_scan. Reviewed as https://reviews.llvm.org/D34038.
llvm-svn: 305136
|
2017-06-10 02:22:13 +00:00 |