diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-03-03 16:50:00 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-03-03 16:50:00 +0000 |
commit | 6d43959ad845a43f27e00d2720f6bc3d3219d632 (patch) | |
tree | 18a8cd34afd59c1352be1882226a1b54e2b6ed62 /Sema/SemaChecking.cpp | |
parent | a1354a5448cbc96decb7b3562edca0eaec875bcd (diff) |
Added TODO.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Sema/SemaChecking.cpp')
-rw-r--r-- | Sema/SemaChecking.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Sema/SemaChecking.cpp b/Sema/SemaChecking.cpp index fe82ea6b85..6d3eea5e73 100644 --- a/Sema/SemaChecking.cpp +++ b/Sema/SemaChecking.cpp @@ -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). |