Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix off-by-one error in Regex::isValid | Alexey Samsonov | 2013-08-08 | 1 | -0/+8 |
* | Introduce Regex::isLiteralERE function. | Peter Collingbourne | 2013-08-05 | 1 | -0/+15 |
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Add backreference matching capabilities to Support/Regex, with | Eli Bendersky | 2012-11-28 | 1 | -1/+22 |
* | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar | 2010-02-17 | 1 | -0/+29 |
* | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner | 2009-09-26 | 1 | -4/+4 |
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -0/+1 |
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+64 |