This is an archive of the discontinued LLVM Phabricator instance.

[Support] Disable assertion dialogs from the MSVC debug CRT
ClosedPublic

Authored by rnk on Apr 4 2013, 9:30 AM.

Details

Summary

Sets a report hook that emulates pressing "retry" in the "abort, retry,
ignore" dialog box that _CrtDbgReport normally raises. There are many
other ways to disable assertion reports, but this was the only way I
could find that still calls our exception handler.

Diff Detail

Event Timeline

rnk closed this revision.Apr 5 2013, 9:21 AM

Closed by commit rL178880 (authored by @rnk).