summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Resolve integer overflow warnings in GCD and LCM testsBilly Robert O'Neal III2017-05-081-20/+25
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-101-1/+0
* Temporarily disable the LCM/GCD tests under UBSAN.Marshall Clow2017-02-081-0/+2
* 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-231-1/+1
* Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow2016-07-261-0/+132
OpenPOWER on IntegriCloud