Added idea for a simple C++ checker.

llvm-svn: 42834
This commit is contained in:
Ted Kremenek 2007-10-10 18:52:22 +00:00
parent 6c5107ced1
commit 9e9dae0b57
1 changed files with 3 additions and 1 deletions

View File

@ -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.