Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 22 | -1062/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Implement LWG issue 2306: match_results::reference should be value_type&, ↵ | Marshall Clow | 2014-02-26 | 1 | -1/+1 |
| | | | | | | not const value_type&. This is a general move by the LWG to have the reference type of read-only containers be a non-const reference; however, there are no methods that return a non-const reference to a match_result entry, so there's no worries about getting a non-const reference to a constant object. llvm-svn: 202214 | ||||
* | Found six (nmostly) identical files named 'test_allocator.h' in the libcxx ↵ | Marshall Clow | 2013-12-03 | 4 | -4/+4 |
| | | | | | | test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. llvm-svn: 196174 | ||||
* | Move common header files into a 'support' directory; make 'testit' include ↵ | Marshall Clow | 2013-01-05 | 2 | -2/+2 |
| | | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594 | ||||
* | Removed several more different 'iterators.h' files in libcxx/test | Marshall Clow | 2013-01-03 | 2 | -2/+2 |
| | | | | llvm-svn: 171452 | ||||
* | Fix <rdar://problem/10255403> match_results::begin() is off by one | Howard Hinnant | 2011-10-08 | 2 | -4/+4 |
| | | | | llvm-svn: 141494 | ||||
* | N3158 Missing preconditions for default-constructed match_result objects | Howard Hinnant | 2010-12-08 | 1 | -0/+43 |
| | | | | llvm-svn: 121282 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 21 | -42/+42 |
| | | | | llvm-svn: 119395 | ||||
* | Everything under [re.results] | Howard Hinnant | 2010-08-14 | 20 | -0/+968 |
| | | | | llvm-svn: 111074 | ||||
* | two steps forward, one step back... | Howard Hinnant | 2010-06-30 | 1 | -0/+51 |
llvm-svn: 107230 |