[clang] [clang][SME] Account for C++ lambdas in SME builtin diagnostics (PR #124750)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 28 11:11:38 PST 2025
efriedma-quic wrote:
Please add some tests for lambdas with streaming attributes, for example:
```
void f() { auto x = []__arm_locally_streaming {}; x(); }
```
https://github.com/llvm/llvm-project/pull/124750
More information about the cfe-commits
mailing list