summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re/re.results
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2022-1062/+0
| | | | llvm-svn: 224658
* Implement LWG issue 2306: match_results::reference should be value_type&, ↵Marshall Clow2014-02-261-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 Clow2013-12-034-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 Clow2013-01-052-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/testMarshall Clow2013-01-032-2/+2
| | | | llvm-svn: 171452
* Fix <rdar://problem/10255403> match_results::begin() is off by oneHoward Hinnant2011-10-082-4/+4
| | | | llvm-svn: 141494
* N3158 Missing preconditions for default-constructed match_result objectsHoward Hinnant2010-12-081-0/+43
| | | | llvm-svn: 121282
* license changeHoward Hinnant2010-11-1621-42/+42
| | | | llvm-svn: 119395
* Everything under [re.results]Howard Hinnant2010-08-1420-0/+968
| | | | llvm-svn: 111074
* two steps forward, one step back...Howard Hinnant2010-06-301-0/+51
llvm-svn: 107230
OpenPOWER on IntegriCloud