aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+21
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-281-1/+29
* lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi2011-03-081-1/+1
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-09-081-2/+2
* More MSVC warning fixes:Benjamin Kramer2009-09-061-0/+1
* Remove splint hints to silence warnings from ICC and MSVC.Benjamin Kramer2009-09-061-2/+2
* Fix some possible-use-of-uninitialized warnings.Daniel Dunbar2009-08-301-2/+2
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+1524