[LLVMbugs] [Bug 15097] New: arc-repeated-use-of-weak false positive ARCRepeatedUseOfWeak
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jan 28 16:48:57 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15097
Bug #: 15097
Summary: arc-repeated-use-of-weak false positive
ARCRepeatedUseOfWeak
Product: clang
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
AssignedTo: kremenek at apple.com
ReportedBy: pva at excite.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
if (test unrelated to weak) {
use weak one way
} else {
use weak another way
}
results in "repeated use" warning.
This is where the repeated use warning was committed:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120924/065174.html
--
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.
More information about the llvm-bugs
mailing list