Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 1 | -2/+2 |
| | | | | llvm-svn: 108366 | ||||
* | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar | 2010-02-17 | 1 | -0/+76 |
| | | | | llvm-svn: 96503 | ||||
* | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner | 2009-09-26 | 1 | -15/+12 |
| | | | | | | and makes the API more annoying. Add a Regex::getNumMatches() method. llvm-svn: 82877 | ||||
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -2/+3 |
| | | | | | | | | ; CHECK: movl {{%e[a-z][xi]}}, %eax or whatever. llvm-svn: 82717 | ||||
* | tidy up, fix a memory leak in Regex::isValid | Chris Lattner | 2009-09-24 | 1 | -13/+10 |
| | | | | llvm-svn: 82707 | ||||
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+97 |
implementation. llvm-svn: 80493 |