danielmarjamaki added a comment.

In https://reviews.llvm.org/D28278#639710, @xazax.hun wrote:

> Did you experience any problems with the array out of bounds check lately? In 
> case it was stable on large code-bases and did not give too many false 
> positives, I think it might be worth to move that check out of alpha at the 
> same time, so users who do not turn on alpha checks will not lose any 
> functionality. What do you think?


I don't have precise statistics. But these array-index-out-of-bounds messages 
are often false positives. Fixes are needed in the ExprEngine.


Repository:
  rL LLVM

https://reviews.llvm.org/D28278



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to