summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/numeric/numeric.ops/numeric.ops.lcm/lcm.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...Marshall Clow2018-02-011-139/+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
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+1
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-261-0/+131
OpenPOWER on IntegriCloud