[cfe-commits] r145577 - /cfe/trunk/test/Analysis/misc-ps-region-store.cpp
Ted Kremenek
kremenek at apple.com
Wed Nov 30 23:39:23 PST 2011
Author: kremenek
Date: Thu Dec 1 01:39:23 2011
New Revision: 145577
URL: http://llvm.org/viewvc/llvm-project?rev=145577&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/test/Analysis/misc-ps-region-store.cpp
Modified: cfe/trunk/test/Analysis/misc-ps-region-store.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/misc-ps-region-store.cpp?rev=145577&r1=145576&r2=145577&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/misc-ps-region-store.cpp (original)
+++ cfe/trunk/test/Analysis/misc-ps-region-store.cpp Thu Dec 1 01:39:23 2011
@@ -492,7 +492,7 @@
return NaN;
}
-// Test that 'this' is assumed null upon analyzing the entry to a "top-level"
+// Test that 'this' is assumed non-null upon analyzing the entry to a "top-level"
// function (i.e., when not analyzing from a specific caller).
struct TestNullThis {
int field;
More information about the cfe-commits
mailing list