Skip to content

CodeGenFunction take LValue by value in many of its member function #144180

Open
@shafik

Description

@shafik

Static analysis has pointed out that LValue is not a small object but in several member functions of CodeGenFunction it passes around an LValue by value when it could take it by const &.

I don't see a good reason to not refactor but perhaps I am missing something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang:codegenIR generation bugs: mangling, exceptions, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions