regexes are allowed to match empty things, e.g. {{.*}} in filecheck.
authorChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2011 06:29:24 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2011 06:29:24 +0000 (06:29 +0000)
commit6ff80b2281eea0f42458bbf9790d5e340d9d7797
tree21b71285e664649b2ca76a4cd0c38cffc98741b0
parent13a38c4cb4c90a6d2b5313a6517d6291cb924730
regexes are allowed to match empty things, e.g. {{.*}} in filecheck.

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