summaryrefslogtreecommitdiff
path: root/LICENSE.TXT
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-08-30 08:24:09 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-08-30 08:24:09 +0000
commitce0c81e7dd321e9f94f628daa5528f56cab0ab88 (patch)
tree29b76548d9f780040e5ef64de07c626114d28fa5 /LICENSE.TXT
parent743810620742c92be90a30c7fc7d5e6631baff1f (diff)
Add regular expression matching support, based on OpenBSD regexec()/regcomp()
implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LICENSE.TXT')
-rw-r--r--LICENSE.TXT1
1 files changed, 1 insertions, 0 deletions
diff --git a/LICENSE.TXT b/LICENSE.TXT
index 060cb4ffdd2..fd49172664b 100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
@@ -66,3 +66,4 @@ Autoconf llvm/autoconf
llvm/projects/sample/autoconf
CellSPU backend llvm/lib/Target/CellSPU/README.txt
Google Test llvm/utils/unittest/googletest
+OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}