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.regex/re.regex.construct
Howard Hinnant 1e1d05121d 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".
I've added the test cases to bad_escape.pass.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@186335 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
awk_oct.pass.cpp Bill Fisher: This patch fixes a bug where the regex parser doesn't advance the pointer after reading the third character of an octal escape (in awk mode). 13 years ago
bad_escape.pass.cpp 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
copy.pass.cpp license change 15 years ago
default.pass.cpp license change 15 years ago
il_flg.pass.cpp Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 years ago
iter_iter.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
iter_iter_flg.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
ptr.pass.cpp license change 15 years ago
ptr_flg.pass.cpp license change 15 years ago
ptr_size_flg.pass.cpp license change 15 years ago
string.pass.cpp license change 15 years ago
string_flg.pass.cpp license change 15 years ago