Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add include for 'test_macros.h' to all the tests that were missing them. ↵ | Marshall Clow | 2019-05-31 | 1 | -0/+2 |
| | | | | | | Thanks to Zoe for the (big, but simple) patch. NFC intended. llvm-svn: 362252 | ||||
* | [libcxx] Make sure reference_wrapper works with incomplete types | Louis Dionne | 2019-04-01 | 1 | -0/+42 |
Summary: Completes P0357R3, which was merged into the C++20 Working Draft in San Diego. Reviewers: EricWF, mclow.lists Subscribers: christof, jkorous, dexonsmith, libcxx-commits Differential Revision: https://reviews.llvm.org/D54722 llvm-svn: 357423 |