Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
Support
/
RegexTest.cpp
b42db15
Fix llvm-special-case-list-fuzzer regexp exception
by Vlad Tsyrklevich
· 8 years ago
d8dfeec
[Support] - Fix possible crash in match() of llvm::Regex.
by George Rimar
· 9 years ago
a9ff072
[LLVM/Support] - Create no-arguments constructor for llvm::Regex
by George Rimar
· 9 years ago
667363b
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
by Chandler Carruth
· 12 years ago
7a23804
Make llvm::Regex non-copyable but movable.
by David Blaikie
· 12 years ago
4b73989
Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages
by Alp Toker
· 12 years ago
d0d1a74
Add missing escape characters to the new Regex::escape() function
by Alp Toker
· 12 years ago
96dd18c
Fix off-by-one error in Regex::isValid
by Alexey Samsonov
· 12 years ago
fe8cd75
Introduce Regex::isLiteralERE function.
by Peter Collingbourne
· 12 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
10f22d7
Add backreference matching capabilities to Support/Regex, with
by Eli Bendersky
· 13 years ago
eb85711
Add Regex::sub, for doing regular expression substitution with backreferences.
by Daniel Dunbar
· 16 years ago
37d8015
remove support for "NoSub" from regex. It seems like a minor optimization
by Chris Lattner
· 16 years ago
f08d2db
add and document regex support for FileCheck. You can now do stuff like:
by Chris Lattner
· 16 years ago
e14d4cd
Add regular expression matching support, based on OpenBSD regexec()/regcomp()
by Torok Edwin
· 16 years ago