[LLVMbugs] [Bug 15547] an unneeded -Warray-bounds warning?
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 19 16:20:54 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15547
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Chris Lattner <clattner at apple.com> ---
This is by design. Avoiding this warning requires doing dataflow analysis (ala
the static analyzer). -Warray-bounds is intended to be a fast and useful
check, so it will report stuff like this.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130319/5908688a/attachment.html>
More information about the llvm-bugs
mailing list