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
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
..
re.regex.assign
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
re.regex.const
Zhang Xiongpang: Add definitions for const data members. Fixes
http://llvm.org/bugs/show_bug.cgi?id=14585
.
2012-12-12 21:14:28 +00:00
re.regex.construct
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
re.regex.locale
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
re.regex.nonmemb
license change
2010-11-16 22:09:02 +00:00
re.regex.operations
license change
2010-11-16 22:09:02 +00:00
re.regex.swap
license change
2010-11-16 22:09:02 +00:00
types.pass.cpp
license change
2010-11-16 22:09:02 +00:00