From dbff47f55c987f00fa53af11d92690745d3f97fb Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 10 Oct 2007 18:52:22 +0000 Subject: [PATCH] Added idea for a simple C++ checker. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42834 91177308-0d34-0410-b5e6-96231b3b80d8 --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.50.1