aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Regex.h
AgeCommit message (Expand)Author
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-08-20Add include guards to Support/Regex.h.Mikhail Glushenkov
2010-08-20Trailing whitespace.Mikhail Glushenkov
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-02-17Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar
2009-09-26remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner
2009-09-24add and document regex support for FileCheck. You can now do stuff like:Chris Lattner
2009-09-24tidy up, fix a memory leak in Regex::isValidChris Lattner
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin