summaryrefslogtreecommitdiff
path: root/lib/Support/Regex.cpp
Commit message (Expand)AuthorAge
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-08
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-28
* regexes are allowed to match empty things, e.g. {{.*}} in filecheck.Chris Lattner2011-04-09
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* 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
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-24
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-30