[clang] [clang][DebugInfo][test] Add tests for lambda capture packs (PR #160705)

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 25 07:43:37 PDT 2025


zwuis wrote:

I think this test case is needed: (by-reference, with initializer, and is a pack)

```cpp
return [&...params = args] {
  return /* ... */;
}();
```

https://github.com/llvm/llvm-project/pull/160705


More information about the cfe-commits mailing list