aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/RegexTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-01[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth1-2/+0
2014-01-02Make llvm::Regex non-copyable but movable.David Blaikie1-0/+15
2013-12-12Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messagesAlp Toker1-8/+8
2013-12-12Add missing escape characters to the new Regex::escape() functionAlp Toker1-0/+5
2013-08-08Fix off-by-one error in Regex::isValidAlexey Samsonov1-0/+8
2013-08-05Introduce Regex::isLiteralERE function.Peter Collingbourne1-0/+15
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-1/+1
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky1-1/+22
2010-02-17Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar1-0/+29
2009-09-26remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner1-4/+4
2009-09-24add and document regex support for FileCheck. You can now do stuff like:Chris Lattner1-0/+1
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin1-0/+64