summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/numeric
Commit message (Expand)AuthorAgeFilesLines
* Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...Marshall Clow2018-02-0116-604/+0
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-2/+2
* Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd.Marshall Clow2017-02-102-3/+3
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-102-0/+15
* Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for ...Marshall Clow2017-01-248-0/+200
* Fix unused parameters and variablesEric Fiselier2016-12-232-2/+2
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-235-5/+5
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-268-0/+389
OpenPOWER on IntegriCloud