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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs