Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support: Add CrashRecoveryContext helper object. | Daniel Dunbar | 2010-07-28 | 1 | -0/+88 |
- Designed as a simple wrapper to allow clients to attempt to catch crashes (memory errors, assertion violations, etc.) and do some kind of recovery. - Currently doesn't actually attempt to catch crashes. llvm-svn: 109586 |