summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/numeric/numeric.ops/numeric.ops.lcm
Commit message (Expand)AuthorAgeFilesLines
* Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...Marshall Clow2018-02-017-287/+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-101-2/+2
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-101-0/+8
* Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for ...Marshall Clow2017-01-244-0/+100
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+1
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-232-2/+2
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-263-0/+179
OpenPOWER on IntegriCloud