summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/regex_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
| | | | | | sed -Ei 's/[[:space:]]+$//' include/**/*.{def,h,td} lib/**/*.{cpp,h} llvm-svn: 338293
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+108
implementation. llvm-svn: 80493
OpenPOWER on IntegriCloud