summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+2
* Support tests in freestandingJF Bastien2019-02-042-2/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-262-24/+24
* Change add_ten to add_one to avoid triggering ubsan integer overflow.Billy Robert O'Neal III2018-01-082-43/+43
* Add casts to prevent narrowing warnings.Billy Robert O'Neal III2018-01-062-4/+4
* [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan testsBilly Robert O'Neal III2018-01-062-60/+48
* [libcxx] [test] Rename __x to x. NFCI.Stephan T. Lavavej2017-08-112-10/+11
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-112-16/+16
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-2/+2
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2017-07-292-8/+8
* Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow2017-06-232-0/+293
OpenPOWER on IntegriCloud