enum class LangOptions::ExceptionHandlingKind
Description
Possible exception handling behavior.
Declared at: clang/include/clang/Basic/LangOptions.h:293
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
SjLj | 1 | |
WinEH | 2 | |
DwarfCFI | 3 | |
Wasm | 4 |
Possible exception handling behavior.
Declared at: clang/include/clang/Basic/LangOptions.h:293
Name | Value | Comment |
---|---|---|
None | 0 | |
SjLj | 1 | |
WinEH | 2 | |
DwarfCFI | 3 | |
Wasm | 4 |