Skip to content

Commit

Permalink
Add regular expression matching support, based on OpenBSD regexec()/r…
Browse files Browse the repository at this point in the history
…egcomp()

implementation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80493 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
edwintorok committed Aug 30, 2009
1 parent 7438106 commit ce0c81e
Show file tree
Hide file tree
Showing 18 changed files with 4,532 additions and 0 deletions.
1 change: 1 addition & 0 deletions LICENSE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Loading

0 comments on commit ce0c81e

Please sign in to comment.