Remove stale comment. We already do format string checking for functions with the format attribute.

llvm-svn: 92553
This commit is contained in:
Ted Kremenek 2010-01-05 00:37:42 +00:00
parent 0b10fd4f4a
commit 68872c9e26
1 changed files with 0 additions and 3 deletions

View File

@ -966,9 +966,6 @@ Sema::CheckNonNullArguments(const NonNullAttr *NonNull,
///
/// (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).