[cfe-commits] r50091 - /cfe/trunk/lib/Analysis/GRExprEngine.cpp
Ted Kremenek
kremenek at apple.com
Mon Apr 21 23:09:33 PDT 2008
Author: kremenek
Date: Tue Apr 22 01:09:33 2008
New Revision: 50091
URL: http://llvm.org/viewvc/llvm-project?rev=50091&view=rev
Log:
Added panic function "dtrace_assfail".
Modified:
cfe/trunk/lib/Analysis/GRExprEngine.cpp
Modified: cfe/trunk/lib/Analysis/GRExprEngine.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/GRExprEngine.cpp?rev=50091&r1=50090&r2=50091&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/GRExprEngine.cpp (original)
+++ cfe/trunk/lib/Analysis/GRExprEngine.cpp Tue Apr 22 01:09:33 2008
@@ -886,7 +886,12 @@
case 6:
if (!memcmp(s, "Assert", 6)) Builder->BuildSinks = true;
break;
+
+ case 14:
+ if (!memcmp(s, "dtrace_assfail", 14)) Builder->BuildSinks = true;
+ break;
}
+
}
}
More information about the cfe-commits
mailing list