[cfe-commits] r92553 - /cfe/trunk/lib/Sema/SemaChecking.cpp

Ted Kremenek kremenek at apple.com
Mon Jan 4 16:37:42 PST 2010


Author: kremenek
Date: Mon Jan  4 18:37:42 2010
New Revision: 92553

URL: http://llvm.org/viewvc/llvm-project?rev=92553&view=rev
Log:
Remove stale comment.  We already do format string checking for functions with the format attribute.

Modified:
    cfe/trunk/lib/Sema/SemaChecking.cpp

Modified: cfe/trunk/lib/Sema/SemaChecking.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaChecking.cpp?rev=92553&r1=92552&r2=92553&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaChecking.cpp (original)
+++ cfe/trunk/lib/Sema/SemaChecking.cpp Mon Jan  4 18:37:42 2010
@@ -966,9 +966,6 @@
 ///
 ///  (8) Check that the format string is a wide literal.
 ///
-///  (9) Also check the arguments of functions with the __format__ attribute.
-///      (TODO).
-///
 /// All of these checks can be done by parsing the format string.
 ///
 /// For now, we ONLY do (1), (3), (5), (6), (7), and (8).





More information about the cfe-commits mailing list