diff --git a/clang/TODO.txt b/clang/TODO.txt index 8f34fe68dbfe..111f747275d9 100644 --- a/clang/TODO.txt +++ b/clang/TODO.txt @@ -32,4 +32,3 @@ 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. -