summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/regerror.c
Commit message (Collapse)AuthorAgeFilesLines
* More MSVC warning fixes:Benjamin Kramer2009-09-061-0/+4
| | | | | | | 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 Edwin2009-08-301-0/+131
implementation. llvm-svn: 80493
OpenPOWER on IntegriCloud