Push const through the regex engine. Fixes some of the warnings in PR6616.
[oota-llvm.git] / lib / Support / regengine.inc
2010-04-05 Owen AndersonPush const through the regex engine. Fixes some of...
2009-09-06 Duncan SandsAvoid warnings if assertions are off.
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...