aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Regex.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+15
* 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