forked from OSchip/llvm-project
Added ziperr as a panic function. Eventually inter-procedural analysis
should catch this one easily. llvm-svn: 50526
This commit is contained in:
parent
aec2b6e360
commit
ed36e4b9a4
|
@ -1083,6 +1083,11 @@ void GRExprEngine::VisitCall(CallExpr* CE, NodeTy* Pred,
|
|||
|
||||
case 6:
|
||||
if (!memcmp(s, "Assert", 6)) Builder->BuildSinks = true;
|
||||
|
||||
// FIXME: This is just a wrapper around throwing an exception.
|
||||
// Eventually inter-procedural analysis should handle this easily.
|
||||
if (!memcmp(s, "ziperr", 6)) Builder->BuildSinks = true;
|
||||
|
||||
break;
|
||||
|
||||
case 7:
|
||||
|
|
Loading…
Reference in New Issue