summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Regex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on Darwin with expensive checks.Jonas Devlieghere2018-03-121-5/+10
* Add const to a const method. NFCGeorge Burgess IV2017-04-181-1/+1
* [Support] - Fix possible crash in match() of llvm::Regex.George Rimar2016-09-021-0/+10
* [Support] Fix a warning introduced in r280339 due to the memberChandler Carruth2016-09-011-1/+1
* [LLVM/Support] - Create no-arguments constructor for llvm::RegexGeorge Rimar2016-09-011-0/+2
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+2
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+1
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-1/+1
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-021-2/+4
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-121-21/+6
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-121-0/+29
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-081-1/+1
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-051-0/+7
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-281-1/+3
* regexes are allowed to match empty things, e.g. {{.*}} in filecheck.Chris Lattner2011-04-091-1/+1
* 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/+76
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-15/+12
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-2/+3
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-241-13/+10
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+97
OpenPOWER on IntegriCloud