summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Regex.h
Commit message (Expand)AuthorAge
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-28
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add include guards to Support/Regex.h.Mikhail Glushenkov2010-08-20
* Trailing whitespace.Mikhail Glushenkov2010-08-20
* 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