Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | [libcxx] [test] Change comments to say C++ instead of c++. NFC. | Stephan T. Lavavej | 2017-07-29 | 1 | -1/+1 |
* | Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until ... | Marshall Clow | 2017-03-23 | 1 | -0/+3 |
* | Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function... | Marshall Clow | 2017-03-23 | 1 | -0/+13 |
* | libc++ implements its' hash objects as deriving from std::unary_function, and... | Marshall Clow | 2015-01-07 | 1 | -3/+5 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -0/+42 |