[cfe-commits] r93999 - /cfe/trunk/lib/Analysis/CastToStructChecker.cpp

Zhongxing Xu xuzhongxing at gmail.com
Tue Jan 19 23:57:45 PST 2010


Author: zhongxingxu
Date: Wed Jan 20 01:57:45 2010
New Revision: 93999

URL: http://llvm.org/viewvc/llvm-project?rev=93999&view=rev
Log:
Correct comments.

Modified:
    cfe/trunk/lib/Analysis/CastToStructChecker.cpp

Modified: cfe/trunk/lib/Analysis/CastToStructChecker.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CastToStructChecker.cpp?rev=93999&r1=93998&r2=93999&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/CastToStructChecker.cpp (original)
+++ cfe/trunk/lib/Analysis/CastToStructChecker.cpp Wed Jan 20 01:57:45 2010
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This files defines CastToStructChecker, a builtin checker that checks for
-// assignment of a fixed address to a pointer.
+// cast from non-struct pointer to struct pointer.
 // This check corresponds to CWE-588.
 //
 //===----------------------------------------------------------------------===//





More information about the cfe-commits mailing list