summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CrashRecoveryContext.h
Commit message (Expand)AuthorAge
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Remove dependence on std::function.Richard Smith2014-03-04
* Add support for arbitrary functors to CrashRecoveryContext.Richard Smith2014-03-04
* Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.Ted Kremenek2011-05-04
* Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek2011-03-22
* Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup...Ted Kremenek2011-03-22
* Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek2011-03-21
* Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek2011-03-19
* Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanu...Ted Kremenek2011-03-18
* Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteClean...Ted Kremenek2011-03-18
* Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek2011-03-18
* CrashRecoveryContext: Add RunSafelyOnThread helper function.Daniel Dunbar2010-11-05
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-17
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-17
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-28