http://llvm.org/bugs/show_bug.cgi?id=7770
Ted Kremenek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |DUPLICATE --- Comment #1 from Ted Kremenek <[email protected]> 2010-08-02 14:43:09 CDT --- The issue here is that 'ownSize' and 'sm->HTLength' have symbolic values, and the analyzer isn't currently tracking linear relationships between symbolic values (just linear relationships between symbolic values and constants). *** This bug has been marked as a duplicate of bug 2306 *** -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
