Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 19 | -1220/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Add tests to ensure that reference_wrapper<T> is trivially copyable. This ↵ | Marshall Clow | 2014-11-17 | 1 | -5/+36 |
| | | | | | | was added to C++1z with the adoption of N4277, but libc++ already implemented it as a conforming extension. No code changes were needed, just more tests. llvm-svn: 222132 | ||||
* | Add test for type properties of std::reference_wrapper | Eric Fiselier | 2014-11-04 | 1 | -0/+27 |
| | | | | llvm-svn: 221224 | ||||
* | Whitespace maintenance. Remove a bunch of tabs that snuck in. No ↵ | Marshall Clow | 2014-10-18 | 1 | -3/+3 |
| | | | | | | functionality change llvm-svn: 220142 | ||||
* | Fix a problem with reference_wrapper in C++03 that was causing counting ↵ | Marshall Clow | 2014-08-04 | 1 | -0/+18 |
| | | | | | | predicates to fail. Add a test to make sure it works. However, most of the reference_wrapper tests still fail in C++03 mode, due to a lack of decltype. No change there. llvm-svn: 214760 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 18 | -36/+36 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 18 | -18/+1144 |
| | | | | llvm-svn: 111767 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 18 | -18/+18 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 18 | -0/+18 |
llvm-svn: 103490 |