summaryrefslogtreecommitdiff
path: root/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
AgeCommit message (Expand)Author
2025-03-20[libc++][test] Fix issues found by MSVC's STL (#131787)Stephan T. Lavavej
2025-03-02[libc++] Add tests for gcd that result in something other than zero or one (#...AdityaK
2024-12-06[libc++] Fix sub-overflow in std::gcd implementation (#117984)serge-sans-paille
2024-05-28[libc++] [test] Fix portability issues for MSVC (#93259)Stephan T. Lavavej
2024-05-28[libc++] [test] Fix MSVC warnings (#93257)Stephan T. Lavavej
2024-05-08[libc++] Implement std::gcd using the binary version (#77747)serge-sans-paille
2020-10-28[libc++] Refactor tests to remove uses of std::rand()Louis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-05-08Resolve integer overflow warnings in GCD and LCM testsBilly Robert O'Neal III
2017-02-10Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow
2017-02-08Temporarily disable the LCM/GCD tests under UBSAN.Marshall Clow
2017-02-06Add some tests to verify that we implement LWG#2837 correctly. No functional ...Marshall Clow
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-07-26Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow