summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Regex.h
Commit message (Expand)AuthorAge
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-02
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-12
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* 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