Expose FileCheck's AddFixedStringToRegEx as Regex::escape
[oota-llvm.git] / lib / Support / Regex.cpp
2013-12-12 Hans WennborgExpose FileCheck's AddFixedStringToRegEx as Regex:...
2013-08-08 Alexey SamsonovFix off-by-one error in Regex::isValid
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2011-04-09 Chris Lattnerregexes are allowed to match empty things, e.g. {{...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
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-09-24 Chris Lattnertidy up, fix a memory leak in Regex::isValid
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...