Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 12 | -561/+0 |
| | | | | llvm-svn: 224658 | ||||
* | [libcxx] Remove use of uniform initialization from regex tests so that they ↵ | Eric Fiselier | 2014-10-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | | compile in C++03. Reviewers: danalbert, jroelofs, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5957 llvm-svn: 220707 | ||||
* | Bill Fisher: This patch fixes an ill-formed comparison when parsing control ↵ | Howard Hinnant | 2013-07-15 | 1 | -12/+20 |
| | | | | | | | | escapes, e.g. "\cA\ca". The code will now throw an error_escape exception for invalid control sequences like "\c:" or "\c". I've added the test cases to bad_escape.pass.cpp. llvm-svn: 186335 | ||||
* | Bill Fisher: This patch fixes a bug where the regex parser doesn't advance ↵ | Howard Hinnant | 2013-07-02 | 1 | -0/+28 |
| | | | | | | | | the pointer after reading the third character of an octal escape (in awk mode). That is, regex{"\141", awk} results in the regular expression /a1/ instead of just /a/. llvm-svn: 185449 | ||||
* | Bill Fisher: Fix for failing to throw an exception in regex when parsing an ↵ | Howard Hinnant | 2013-06-28 | 1 | -0/+37 |
| | | | | | | invalid escape sequence. This fixes http://llvm.org/bugs/show_bug.cgi?id=16023 llvm-svn: 185192 | ||||
* | 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 | ||||
* | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 1 | -4/+4 |
| | | | | llvm-svn: 137522 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 10 | -20/+20 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -4/+4 |
| | | | | | | 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 | 1 | -2/+2 |
| | | | | llvm-svn: 111763 | ||||
* | Everything under [re.regex] | Howard Hinnant | 2010-08-13 | 4 | -6/+25 |
| | | | | llvm-svn: 111024 | ||||
* | Filling out regex tests... | Howard Hinnant | 2010-08-12 | 8 | -1/+401 |
| | | | | llvm-svn: 110955 | ||||
* | [re.submatch] | Howard Hinnant | 2010-06-29 | 1 | -0/+2 |
| | | | | llvm-svn: 107187 | ||||
* | regex: learning to crawl | Howard Hinnant | 2010-06-25 | 1 | -0/+35 |
| | | | | llvm-svn: 106882 | ||||
* | Continuing to work through regex, and updated libcxx_by_chapter.pdf with ↵ | Howard Hinnant | 2010-06-24 | 1 | -0/+32 |
weekly test results llvm-svn: 106790 |