Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 21 | -1138/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Implement LWG Issues #2329 and #2332 - disallow iterators into temporary ↵ | Marshall Clow | 2014-02-19 | 5 | -0/+196 |
| | | | | | | regexes and regexes into temporary strings llvm-svn: 201717 | ||||
* | Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. ↵ | Marshall Clow | 2014-01-09 | 2 | -9/+127 |
| | | | | | | Enhance the tests for regex_token_iterator and regex_iterator. llvm-svn: 198878 | ||||
* | Fix test bugs found by David Chisnall | Howard Hinnant | 2011-09-21 | 7 | -15/+15 |
| | | | | llvm-svn: 140271 | ||||
* | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 1 | -2/+2 |
| | | | | llvm-svn: 137522 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 16 | -32/+32 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -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 problems | Howard Hinnant | 2010-08-22 | 7 | -7/+7 |
| | | | | llvm-svn: 111763 | ||||
* | [re.alg.replace]. This finishes all of <regex>. That being said, <regex> ↵ | Howard Hinnant | 2010-08-18 | 9 | -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 Hinnant | 2010-08-17 | 9 | -0/+588 |
| | | | | llvm-svn: 111278 | ||||
* | [re.regiter] | Howard Hinnant | 2010-08-16 | 6 | -0/+224 |
| | | | | llvm-svn: 111178 | ||||
* | two steps forward, one step back... | Howard Hinnant | 2010-06-30 | 1 | -0/+12 |
llvm-svn: 107230 |