add and document regex support for FileCheck. You can now do stuff like:
[oota-llvm.git] / lib / Support / Regex.cpp
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...