Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcxx: Rename .hpp files in libcxx/test/support to .h | Nico Weber | 2019-08-21 | 2 | -3/+3 |
* | 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 | 2 | -2/+6 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 2 | -8/+6 |
* | Worked around GCC bug 56480. Explicit specialization in a different namespace. | Michael Park | 2017-03-23 | 1 | -1/+5 |
* | Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function... | Marshall Clow | 2017-03-23 | 1 | -0/+1 |
* | Implement P0513R0 - "Poisoning the Hash" | Eric Fiselier | 2017-01-21 | 2 | -0/+53 |
* | Make variant's index part of the hash value | Eric Fiselier | 2016-12-02 | 1 | -0/+13 |
* | Implement C++17 <variant>. Patch from Michael Park! | Eric Fiselier | 2016-12-02 | 1 | -2/+1 |
* | Add <variant> tests but disable them for libc++ | Eric Fiselier | 2016-11-23 | 1 | -0/+112 |