summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+1
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-261-15/+15
* Change add_ten to add_one to avoid triggering ubsan integer overflow.Billy Robert O'Neal III2018-01-081-24/+24
* Add casts to prevent narrowing warnings.Billy Robert O'Neal III2018-01-061-2/+2
* [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan testsBilly Robert O'Neal III2018-01-061-34/+28
* [libcxx] [test] Rename __x to x. NFCI.Stephan T. Lavavej2017-08-111-5/+5
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-111-8/+8
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-4/+4
* Renamed some of the newly added tests. No functional changeMarshall Clow2017-06-151-0/+0
* Add a test with an empty input range - should do nothingMarshall Clow2017-06-131-0/+6
* Implement the non-parallel versions of exclusive_scan and transform_exclusive...Marshall Clow2017-06-101-0/+154
OpenPOWER on IntegriCloud