summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re/re.regex/re.regex.construct
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2012-561/+0
| | | | llvm-svn: 224658
* [libcxx] Remove use of uniform initialization from regex tests so that they ↵Eric Fiselier2014-10-271-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 Hinnant2013-07-151-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 Hinnant2013-07-021-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 Hinnant2013-06-281-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 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
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-4/+4
| | | | llvm-svn: 137522
* license changeHoward Hinnant2010-11-1610-20/+20
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-041-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 problemsHoward Hinnant2010-08-221-2/+2
| | | | llvm-svn: 111763
* Everything under [re.regex]Howard Hinnant2010-08-134-6/+25
| | | | llvm-svn: 111024
* Filling out regex tests...Howard Hinnant2010-08-128-1/+401
| | | | llvm-svn: 110955
* [re.submatch]Howard Hinnant2010-06-291-0/+2
| | | | llvm-svn: 107187
* regex: learning to crawlHoward Hinnant2010-06-251-0/+35
| | | | llvm-svn: 106882
* Continuing to work through regex, and updated libcxx_by_chapter.pdf with ↵Howard Hinnant2010-06-241-0/+32
weekly test results llvm-svn: 106790
OpenPOWER on IntegriCloud