Introduce Regex::isLiteralERE function.
[oota-llvm.git] / unittests / Support / RegexTest.cpp
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...