[LLVMbugs] [Bug 19046] false positive: Assigned value is garbage or unassigned
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 3 11:34:16 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19046
Jordan Rose <jordan_rose at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #3 from Jordan Rose <jordan_rose at apple.com> ---
Unfortunately, the analyzer doesn't currently handle bitwise
constraints...you'll have to use some kind of flag to assert that you handled
this already. Or move the one if inside the other, like the 'R' case already
is.
*** This bug has been marked as a duplicate of bug 3098 ***
--
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/20140403/52514ba9/attachment.html>
More information about the llvm-bugs
mailing list