Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are
[oota-llvm.git] / include / llvm / Support / Regex.h
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...