Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5b51fd5b550a9589f95e677fca801cea565e8d9f
/
unittests
/
Support
/
RegexTest.cpp
783a038
Fix off-by-one error in Regex::isValid
by Alexey Samsonov
· 12 years ago
aa80e61
Introduce Regex::isLiteralERE function.
by Peter Collingbourne
· 12 years ago
5a88dda
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
6b73148
Add backreference matching capabilities to Support/Regex, with
by Eli Bendersky
· 13 years ago
d2a5c0d
Add Regex::sub, for doing regular expression substitution with backreferences.
by Daniel Dunbar
· 16 years ago
81f46d9
remove support for "NoSub" from regex. It seems like a minor optimization
by Chris Lattner
· 16 years ago
5287008
add and document regex support for FileCheck. You can now do stuff like:
by Chris Lattner
· 16 years ago
ce0c81e
Add regular expression matching support, based on OpenBSD regexec()/regcomp()
by Torok Edwin
· 16 years ago