aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core
diff options
context:
space:
mode:
Diffstat (limited to 'lib/StaticAnalyzer/Core')
-rw-r--r--lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp b/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
index 62e93b132e..c96df207ee 100644
--- a/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
+++ b/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
@@ -315,6 +315,7 @@ static bool shouldInlineCXX(AnalysisManager &AMgr) {
case NumIPAModes:
llvm_unreachable("not actually a valid option");
}
+ llvm_unreachable("bogus IPAMode");
}
bool ExprEngine::inlineCall(const CallEvent &Call, const Decl *D,