diff options
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |