Added TODO.

llvm-svn: 47843
This commit is contained in:
Ted Kremenek 2008-03-03 16:50:00 +00:00
parent 8efd6b4ed8
commit 7e97ed56e3
1 changed files with 3 additions and 0 deletions

View 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).