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 1a53553 commit 2cf15a1Copy full SHA for 2cf15a1
clang/lib/CodeGen/CGExpr.cpp
@@ -93,6 +93,7 @@ static llvm::StringRef GetUBSanTrapForHandler(SanitizerHandler ID) {
93
LIST_SANITIZER_CHECKS
94
#undef SANITIZER_CHECK
95
}
96
+ llvm_unreachable("unhandled switch case");
97
98
99
/// CreateTempAlloca - This creates a alloca and inserts it into the entry
0 commit comments