summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re/re.iter
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2021-1138/+0
| | | | llvm-svn: 224658
* Implement LWG Issues #2329 and #2332 - disallow iterators into temporary ↵Marshall Clow2014-02-195-0/+196
| | | | | | regexes and regexes into temporary strings llvm-svn: 201717
* Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. ↵Marshall Clow2014-01-092-9/+127
| | | | | | Enhance the tests for regex_token_iterator and regex_iterator. llvm-svn: 198878
* Fix test bugs found by David ChisnallHoward Hinnant2011-09-217-15/+15
| | | | llvm-svn: 140271
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-2/+2
| | | | llvm-svn: 137522
* license changeHoward Hinnant2010-11-1616-32/+32
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-041-2/+2
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-227-7/+7
| | | | llvm-svn: 111763
* [re.alg.replace]. This finishes all of <regex>. That being said, <regex> ↵Howard Hinnant2010-08-189-9/+9
| | | | | | is exceptionally difficult to thoroughly test. If anyone has the ability to test this, combined with the interest to do so, now would be a good time. :-) llvm-svn: 111333
* [re.tokiter]Howard Hinnant2010-08-179-0/+588
| | | | llvm-svn: 111278
* [re.regiter]Howard Hinnant2010-08-166-0/+224
| | | | llvm-svn: 111178
* two steps forward, one step back...Howard Hinnant2010-06-301-0/+12
llvm-svn: 107230
OpenPOWER on IntegriCloud