We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1f116 commit 4fa2c62Copy full SHA for 4fa2c62
clang/lib/CodeGen/CGClass.cpp
@@ -2805,6 +2805,7 @@ SanitizerInfoFromCFICheckKind(CodeGenFunction::CFITypeCheckKind TCK) {
2805
case CodeGenFunction::CFITCK_VMFCall:
2806
llvm_unreachable("unexpected sanitizer kind");
2807
}
2808
+ llvm_unreachable("Unknown CFITypeCheckKind enum");
2809
2810
2811
void CodeGenFunction::EmitVTablePtrCheckForCall(const CXXRecordDecl *RD,
0 commit comments