aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/regcomp.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-26Use wider type for overflow check on LLP64 platforms like Win64, found by cla...Reid Kleckner1-2/+2
2015-02-07Avoid integer overflows around realloc calls resulting in potentialJoerg Sonnenberger1-0/+21
2014-01-24Fix known typosAlp Toker1-3/+3
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky1-1/+29
2011-03-08lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi1-1/+1
2009-09-08Fix may-be-used-uninitialized warning.Daniel Dunbar1-2/+2
2009-09-06More MSVC warning fixes:Benjamin Kramer1-0/+1
2009-09-06Remove splint hints to silence warnings from ICC and MSVC.Benjamin Kramer1-2/+2
2009-08-30Fix some possible-use-of-uninitialized warnings.Daniel Dunbar1-2/+2
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin1-0/+1524