test commit. Add a blank line.

llvm-svn: 53522
This commit is contained in:
Cedric Venet 2008-07-13 19:34:37 +00:00
parent bea0963a5c
commit 1e43f55933
1 changed files with 1 additions and 0 deletions

View File

@ -32,3 +32,4 @@ 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.