You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/re
Billy Robert O'Neal III 37332d7724 Add missing test_macros.h inclusion.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318808 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
re.alg Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 8 years ago
re.badexp #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change 10 years ago
re.const [libcxx] Support std::regex_constants::match_not_null 9 years ago
re.def Move test into test/std subdirectory. 11 years ago
re.general Move test into test/std subdirectory. 11 years ago
re.grammar Add missing test_macros.h inclusion. 8 years ago
re.iter [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. 8 years ago
re.regex Fix an unsigned integer overflow in regex that lead to a bad memory access. Found by OSS-Fuzz 8 years ago
re.req Move test into test/std subdirectory. 11 years ago
re.results More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in match_results. <regex> 8 years ago
re.submatch fix warnings only produced by apple-clang 9 years ago
re.syn #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change 10 years ago
re.traits Guard usage of libc++ regex internals inside test. 9 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago