Age | Commit message (Expand) | Author |
---|---|---|
2012-11-28 | Add backreference matching capabilities to Support/Regex, with | Eli Bendersky |
2011-03-08 | lib/Support/regcomp.c: Fix cygwin warning. | NAKAMURA Takumi |
2009-09-08 | Fix may-be-used-uninitialized warning. | Daniel Dunbar |
2009-09-06 | More MSVC warning fixes: | Benjamin Kramer |
2009-09-06 | Remove splint hints to silence warnings from ICC and MSVC. | Benjamin Kramer |
2009-08-30 | Fix some possible-use-of-uninitialized warnings. | Daniel Dunbar |
2009-08-30 | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin |