Age | Commit message (Expand) | Author |
---|---|---|
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth |
2012-11-28 | Add backreference matching capabilities to Support/Regex, with | Eli Bendersky |
2010-02-17 | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar |
2009-09-26 | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner |
2009-09-24 | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner |
2009-08-30 | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin |