]> granicus.if.org Git - clang/commitdiff
Added TODO.
authorTed Kremenek <kremenek@apple.com>
Mon, 3 Mar 2008 16:50:00 +0000 (16:50 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 3 Mar 2008 16:50:00 +0000 (16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47843 91177308-0d34-0410-b5e6-96231b3b80d8

Sema/SemaChecking.cpp

index fe82ea6b85fc6d164a2ca11a6f23149833386ce2..6d3eea5e730b56365fbf5e95affc4f7e84547926 100644 (file)
@@ -244,6 +244,9 @@ bool Sema::SemaBuiltinUnorderedCompare(CallExpr *TheCall) {
 ///
 ///  (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).