Skip to content

lldb/source/API/SBTarget.cpp:1150: Prefer const reference for range variables  #91217

Closed
@dcb314

Description

@dcb314

Static analyser cppcheck says:

lldb/source/API/SBTarget.cpp:1150:15: performance: Range variable 'name' should be declared as const reference. [iterateByValue]

Source code is

for (auto name : name_vec)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions