Skip to content

[CIR] Upstream support for calling lambda functions #153283

@andykaylor

Description

@andykaylor

Overview

Upstream support for calling lambda function in ClangIR.

Suggested minimal test case

void fn() {
  auto a = [](){};
  a();
}

Existing incubator tests

clang/test/CIR/CodeGen/lambda.cpp

Metadata

Metadata

Assignees

Labels

ClangIRAnything related to the ClangIR project

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions