aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Regex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-2/+2
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-171-0/+76
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-15/+12
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-2/+3
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-241-13/+10
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+97