This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
re
/
re.regex
/
re.regex.construct
History
Howard Hinnant
22161401df
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. llvm-svn: 186335
2013-07-15 18:21:11 +00:00
..
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).
2013-07-02 17:43:31 +00:00
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".
2013-07-15 18:21:11 +00:00
copy.pass.cpp
…
default.pass.cpp
…
il_flg.pass.cpp
…
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
2013-01-05 03:21:01 +00:00
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
2013-01-05 03:21:01 +00:00
ptr_flg.pass.cpp
…
ptr_size_flg.pass.cpp
…
ptr.pass.cpp
…
string_flg.pass.cpp
…
string.pass.cpp
…