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.
2 parents 164c364 + 2cf15a1 commit 117a3ddCopy full SHA for 117a3dd
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