[cfe-commits] r47843 - /cfe/trunk/Sema/SemaChecking.cpp
Ted Kremenek
kremenek at apple.com
Mon Mar 3 08:50:00 PST 2008
Author: kremenek
Date: Mon Mar 3 10:50:00 2008
New Revision: 47843
URL: http://llvm.org/viewvc/llvm-project?rev=47843&view=rev
Log:
Added TODO.
Modified:
cfe/trunk/Sema/SemaChecking.cpp
Modified: cfe/trunk/Sema/SemaChecking.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Sema/SemaChecking.cpp?rev=47843&r1=47842&r2=47843&view=diff
==============================================================================
--- cfe/trunk/Sema/SemaChecking.cpp (original)
+++ cfe/trunk/Sema/SemaChecking.cpp Mon Mar 3 10:50:00 2008
@@ -244,6 +244,9 @@
///
/// (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