[llvm-bugs] [Bug 27288] New: llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:585]: (style) Redundant condition
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 8 08:57:54 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27288
Bug ID: 27288
Summary: llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInval
idationChecker.cpp:585]: (style) Redundant condition
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: dcb314 at hotmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:585]:
(style) Redundant condition: InvalidationMethod. '!A || (A && B)' is equivalent
to '!A || B'
Source code is
if (!InvalidationMethod ||
(InvalidationMethod && I->second.hasMethod(InvalidationMethod)))
--
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/20160408/45652be4/attachment.html>
More information about the llvm-bugs
mailing list