]> granicus.if.org Git - clang/commitdiff
Added idea for a simple C++ checker.
authorTed Kremenek <kremenek@apple.com>
Wed, 10 Oct 2007 18:52:22 +0000 (18:52 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 10 Oct 2007 18:52:22 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42834 91177308-0d34-0410-b5e6-96231b3b80d8

TODO.txt

index 17fba95bd986f729c11b5bd44cd9b16832f22de1..3ef14617cda40fd95910d6fe270b57672bf9cf26 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -28,4 +28,6 @@ This specific diagnostic is implemented, but others should be updated.
 
 //===---------------------------------------------------------------------===//
 
-
+C++ (checker): For iterators, warn of the use of "iterator++" instead
+  of "++iterator" when when the value returned by operator++(int) is
+  ignored.