Remove predicate workaround, we're going to require that predicate
[oota-llvm.git] / lib / Support / CrashRecoveryContext.cpp
2010-07-30 Daniel DunbarFix -Wmissing-field-initializers warnings.
2010-07-29 Daniel DunbarCrashRecovery: Use ThreadLocal::erase() instead of...
2010-07-29 Daniel DunbarMake sure to include config.h, to pickup LLVM_ON_WIN32.
2010-07-29 Daniel DunbarCrashRecoveryContext: Add a simple POSIX implementation.
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.