summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm
Commit message (Expand)AuthorAgeFilesLines
* Support tests in freestandingJF Bastien2019-02-047-7/+21
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+2
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-1/+1
* Resolve integer overflow warnings in GCD and LCM testsBilly Robert O'Neal III2017-05-081-22/+27
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-101-4/+4
* Temporarily disable the LCM/GCD tests under UBSAN.Marshall Clow2017-02-081-0/+1
* Add some tests to verify that we implement LWG#2837 correctly. No functional ...Marshall Clow2017-02-061-0/+7
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+1
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-237-12/+12
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-146-2/+104
* Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow2016-07-263-0/+179
OpenPOWER on IntegriCloud