summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/RegexTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-011-2/+0
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-021-0/+15
* Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messagesAlp Toker2013-12-121-8/+8
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-121-0/+5
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-081-0/+8
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-051-0/+15
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+1
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-281-1/+22
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-171-0/+29
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-4/+4
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-0/+1
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+64
OpenPOWER on IntegriCloud