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/re.alg/re.alg.match
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
..
awk.pass.cpp Ok, 3 major changes for debug mode in one commit: 12 years ago
basic.fail.cpp Implement LWG Issues #2329 and #2332 - disallow iterators into temporary regexes and regexes into temporary strings 12 years ago
basic.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 13 years ago
ecma.pass.cpp Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*' 12 years ago
egrep.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 13 years ago
extended.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 13 years ago
grep.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 13 years ago
lookahead_capture.pass.cpp Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was ignoring capture groups inside lookahead assertions. 12 years ago
parse_curly_brackets.pass.cpp Provide missing '{' in parsing extended quoted characters. This fixes http://llvm.org/bugs/show_bug.cgi?id=16135 13 years ago