Add Regex::sub, for doing regular expression substitution with backreferences.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 17 Feb 2010 20:08:42 +0000 (20:08 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 17 Feb 2010 20:08:42 +0000 (20:08 +0000)
commitd2a5c0d8562407f9acab97451a785b513edd4c9b
tree0ceb19ccf4414d45f6c514e20dbe3db6a7d5d719
parentb886089645a144babe64067928acc19814434775
Add Regex::sub, for doing regular expression substitution with backreferences.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96503 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Regex.h
lib/Support/Regex.cpp
unittests/Support/RegexTest.cpp