Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-09-26 | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner | 1 | -15/+12 |
2009-09-24 | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 1 | -2/+3 |
2009-09-24 | tidy up, fix a memory leak in Regex::isValid | Chris Lattner | 1 | -13/+10 |
2009-08-30 | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 1 | -0/+97 |