aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 17fba95bd9..3ef14617cd 100644
--- 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.