summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.regex
Commit message (Expand)AuthorAgeFilesLines
* Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...Marshall Clow2019-09-251-0/+10
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Fix test that used raw string literals. Doesn't work in C++03Marshall Clow2019-05-281-2/+2
* Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior....Marshall Clow2019-05-281-0/+38
* Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, thi...Marshall Clow2019-03-281-1/+1
* Support tests in freestandingJF Bastien2019-02-0435-35/+105
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1935-140/+105
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-5/+5
* Implement deduction guides for basic_regexMarshall Clow2018-05-232-0/+182
* [libcxx] Correctly handle invalid regex character class namesMikhail Maltsev2018-01-241-0/+37
* Fix an unsigned integer overflow in regex that lead to a bad memory access. F...Marshall Clow2017-10-191-0/+1
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-111-2/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regexEric Fiselier2017-04-183-8/+6
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* Fix bug #31387 - not checking end iterator when parsing decimal escape. Thank...Marshall Clow2016-12-241-0/+44
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-063-3/+4
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-071-0/+39
* Revert r277966. Forgot patch attribution.Hubert Tong2016-08-071-39/+0
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-071-0/+39
* [libcxx] basic_regex: add traits_type, string_typeHubert Tong2016-08-021-0/+6
* Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.comEric Fiselier2016-06-141-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-014-6/+6
* #include <test_macros.h> in all the regex tests, and remove all mentions of _...Marshall Clow2016-04-2628-0/+28
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-211-0/+2
* Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as...Marshall Clow2016-01-191-0/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-103-0/+3
* Detect and throw on a class of bad regexes that we mistakenly accepted before...Marshall Clow2015-07-232-1/+43
* Make regex::assign not clobber the regex in case of failure. Fixes PR#22213Marshall Clow2015-01-131-0/+9
* Move test into test/std subdirectory.Eric Fiselier2014-12-2029-0/+1067
OpenPOWER on IntegriCloud