enum SanitizerHandler
Declared at: clang/lib/CodeGen/CodeGenFunction.h:139
Enumerators
Name | Value | Comment |
---|---|---|
AddOverflow | 0 | |
BuiltinUnreachable | 1 | |
CFICheckFail | 2 | |
DivremOverflow | 3 | |
DynamicTypeCacheMiss | 4 | |
FloatCastOverflow | 5 | |
FunctionTypeMismatch | 6 | |
ImplicitConversion | 7 | |
InvalidBuiltin | 8 | |
InvalidObjCCast | 9 | |
LoadInvalidValue | 10 | |
MissingReturn | 11 | |
MulOverflow | 12 | |
NegateOverflow | 13 | |
NullabilityArg | 14 | |
NullabilityReturn | 15 | |
NonnullArg | 16 | |
NonnullReturn | 17 | |
OutOfBounds | 18 | |
PointerOverflow | 19 | |
ShiftOutOfBounds | 20 | |
SubOverflow | 21 | |
TypeMismatch | 22 | |
AlignmentAssumption | 23 | |
VLABoundNotPositive | 24 |