aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Regex.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-051-0/+4
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-281-5/+10
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-4/+4
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add include guards to Support/Regex.h.Mikhail Glushenkov2010-08-201-0/+5
* Trailing whitespace.Mikhail Glushenkov2010-08-201-5/+5
* 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/+13
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-13/+8
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-2/+7
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-241-1/+0
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+64