Skip to content

clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp:130: duplicate expression #135612

@dcb314

Description

@dcb314

Static analyser cppcheck says:

clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp:130:28: style: Same expression on both sides of '||'. [duplicateExpression]

Source code is

return isRefType(Name) || isCheckedPtr(Name) || isRetainPtr(Name) ||
Name == "WeakPtr" || Name == "WeakPtr" || Name == "WeakPtrFactory" ||

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions