Added __assert_rtn to list of panic functions.

llvm-svn: 50530
This commit is contained in:
Ted Kremenek
2008-05-01 17:52:49 +00:00
parent b8861a6ccf
commit b99d01269a

View File

@@ -1097,6 +1097,10 @@ void GRExprEngine::VisitCall(CallExpr* CE, NodeTy* Pred,
case 8:
if (!memcmp(s ,"db_error", 8)) Builder->BuildSinks = true;
break;
case 12:
if (!memcmp(s, "__assert_rtn", 12)) Builder->BuildSinks = true;
break;
case 14:
if (!memcmp(s, "dtrace_assfail", 14)) Builder->BuildSinks = true;