[cfe-commits] r64852 - /cfe/trunk/lib/Analysis/GRExprEngine.cpp
Ted Kremenek
kremenek at apple.com
Tue Feb 17 15:27:17 PST 2009
Author: kremenek
Date: Tue Feb 17 17:27:17 2009
New Revision: 64852
URL: http://llvm.org/viewvc/llvm-project?rev=64852&view=rev
Log:
Add panic function.
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=64852&r1=64851&r2=64852&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/GRExprEngine.cpp (original)
+++ cfe/trunk/lib/Analysis/GRExprEngine.cpp Tue Feb 17 17:27:17 2009
@@ -1252,7 +1252,8 @@
case 26:
if (!memcmp(s, "_XCAssertionFailureHandler", 26) ||
- !memcmp(s, "_DTAssertionFailureHandler", 26))
+ !memcmp(s, "_DTAssertionFailureHandler", 26) ||
+ !memcmp(s, "_TSAssertionFailureHandler", 26))
Builder->BuildSinks = true;
break;
More information about the cfe-commits
mailing list