summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Allow Compiler.h to be included in C files and fix fallthrough warningsNathan Huckleberry2019-08-231-3/+4
* Revert r369549 as it broke the bots.Aaron Ballman2019-08-211-4/+3
* Fix -Wimplicit-fallthrough warnings in regcomp.cNathan Huckleberry2019-08-211-3/+4
* Fix 'fall through' annotationVitaly Buka2019-08-211-3/+3
* Attempt to heal bots after r328970.Nico Weber2018-04-021-6/+1
* Fix llvm-special-case-list-fuzzer regexp exceptionVlad Tsyrklevich2017-10-271-2/+2
* Support/reg*: Roll some non-modular headers into their singular usesDavid Blaikie2017-10-261-3/+135
* Use wider type for overflow check on LLP64 platforms like Win64, found by cla...Reid Kleckner2015-02-261-2/+2
* Avoid integer overflows around realloc calls resulting in potentialJoerg Sonnenberger2015-02-071-0/+21
* Fix known typosAlp Toker2014-01-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
OpenPOWER on IntegriCloud