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.
libcxx/test/re
Marshall Clow 6b7e6921e2 Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@209307 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
re.alg Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*' 12 years ago
re.badexp license change 15 years ago
re.const license change 15 years ago
re.def license change 15 years ago
re.general license change 15 years ago
re.grammar license change 15 years ago
re.iter Implement LWG Issues #2329 and #2332 - disallow iterators into temporary regexes and regexes into temporary strings 12 years ago
re.regex Bill Fisher: This patch fixes an ill-formed comparison when parsing control escapes, e.g. "\cA\ca". The code will now throw an error_escape exception for invalid control sequences like "\c:" or "\c". 12 years ago
re.req license change 15 years ago
re.results Implement LWG issue 2306: match_results::reference should be value_type&, not const value_type&. This is a general move by the LWG to have the reference type of read-only containers be a non-const reference; however, there are no methods that return a non-const reference to a match_result entry, so there's no worries about getting a non-const reference to a constant object. 12 years ago
re.submatch N3158 Missing preconditions for default-constructed match_result objects 15 years ago
re.syn license change 15 years ago
re.traits LWG Issue #2271: regex_traits::lookup_classname specification unclear. libc++ already does the right thing; just update the tests. 12 years ago
nothing_to_do.pass.cpp license change 15 years ago