[all-commits] [llvm/llvm-project] 1aed6b: [CIR] Implement return for void lambda with static...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Tue Apr 28 13:58:54 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1aed6b623a977fbdabb1dc19520863ef979a02c8
https://github.com/llvm/llvm-project/commit/1aed6b623a977fbdabb1dc19520863ef979a02c8
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenClass.cpp
M clang/test/CIR/CodeGen/lambda-static-invoker.cpp
Log Message:
-----------
[CIR] Implement return for void lambda with static invoker (#194704)
We had an errorNYI call for emitting the return statement for a static
invoker for a lambda with a void return. All that was needed was to emit
a return operation and add a test case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list