[cfe-commits] r125640 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/Sema/SemaChecking.cpp lib/Sema/SemaExpr.cpp test/Analysis/out-of-bounds.c test/Sema/array-bounds.c

Chandler Carruth chandlerc at google.com
Tue Feb 15 21:01:05 PST 2011


On Tue, Feb 15, 2011 at 8:07 PM, Ted Kremenek <kremenek at apple.com> wrote:

> I've incorporated these suggestions in r125649.  We now:
>
> - print out the index
> - print out the number of elements in the array (if we exceed the array
> size)
> - have a note referencing the declaration of the array
>

Awesome, I think those were the only interesting differences (I like your
wording better anyways).

I'll try to get a couple more of our patches for other new warnings posted
tonight and/or tomorrow morning to reduce the chances of overlap. Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110215/3de911f3/attachment.html>


More information about the cfe-commits mailing list