diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-05 00:37:42 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-05 00:37:42 +0000 |
commit | 68872c9e26830fe17240f53a8a8bb80814d88262 (patch) | |
tree | 151a27a648b67aa2cdafa04b66508d458a6d00fb /clang/lib | |
parent | 0b10fd4f4a64b29a6ca471e0a1cef5b8e455cac8 (diff) | |
download | bcm5719-llvm-68872c9e26830fe17240f53a8a8bb80814d88262.tar.gz bcm5719-llvm-68872c9e26830fe17240f53a8a8bb80814d88262.zip |
Remove stale comment. We already do format string checking for functions with the format attribute.
llvm-svn: 92553
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Sema/SemaChecking.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Sema/SemaChecking.cpp b/clang/lib/Sema/SemaChecking.cpp index 7d2e38cc152..fc8e18bc09e 100644 --- a/clang/lib/Sema/SemaChecking.cpp +++ b/clang/lib/Sema/SemaChecking.cpp @@ -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). |