mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 17:28:30 +08:00
Added ziperr as a panic function. Eventually inter-procedural analysis
should catch this one easily. llvm-svn: 50526
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user