[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
Thu Feb 17 09:29:47 PST 2011


On Thu, Feb 17, 2011 at 9:25 AM, Chris Lattner <clattner at apple.com> wrote:

> so it's the same as the other case.  I thought we already had some
> infrastructure for disabling warnings in unreachable code?


Only in as much as the CFG we build for a few warnings will prune provably
dead code. We're not using that here, this is a type-based warning. And I
have to agree with Ted that these are all time-bombs in the code, waiting
for a future maintainer to create a runtime error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110217/c3747f2e/attachment.html>


More information about the cfe-commits mailing list