summaryrefslogtreecommitdiff
path: root/unittests/Support/RegexTest.cpp
Commit message (Expand)AuthorAge
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-02
* Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messagesAlp Toker2013-12-12
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-12
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-08
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-28
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-17
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-26
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-30