Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding re-include guards into lib/Support/reg*.h | Artyom Skrobov | 2014-06-12 | 1 | -0/+5 |
| | | | | llvm-svn: 210794 | ||||
* | More MSVC warning fixes: | Benjamin Kramer | 2009-09-06 | 1 | -2/+0 |
| | | | | | | | 1. DUPMAX is defined in regcomp.c, no need to redefine it in regutils. 2. MSVC doesn't like snprintf, use _snprintf instead. llvm-svn: 81114 | ||||
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+55 |
implementation. llvm-svn: 80493 |