[clang] [clang][SME] Account for C++ lambdas in SME builtin diagnostics (PR #124750)
Benjamin Maxwell via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 05:58:59 PST 2025
MacDue wrote:
> Please add some tests for lambdas with streaming attributes, for example:
>
> ```
> void f() { auto x = []__arm_locally_streaming {}; x(); }
> ```
Done :+1:
https://github.com/llvm/llvm-project/pull/124750
More information about the cfe-commits
mailing list