Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 1 | -0/+2 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 1 | -1/+3 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Resolve integer overflow warnings in GCD and LCM tests | Billy Robert O'Neal III | 2017-05-08 | 1 | -20/+25 |
* | Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. | Marshall Clow | 2017-02-10 | 1 | -1/+0 |
* | Temporarily disable the LCM/GCD tests under UBSAN. | Marshall Clow | 2017-02-08 | 1 | -0/+2 |
* | Add some tests to verify that we implement LWG#2837 correctly. No functional ... | Marshall Clow | 2017-02-06 | 1 | -0/+7 |
* | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 1 | -1/+1 |
* | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 1 | -1/+1 |
* | Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. | Marshall Clow | 2016-07-26 | 1 | -0/+132 |