[clang] nolock/noalloc attributes (PR #84983)

Doug Wyatt via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 12:48:42 PDT 2024


dougsonos wrote:

> > * the bug where `AttributedType` sugar gets lost on lambdas (when the "inferred" return type gets converted to a concrete one) happens here and the `nolock(false)` attribute is lost from `h`.
> 
> Opened an issue for this (#85120) because it really does seem like a bug to me.

Thanks, I have a stab at a fix for that, here, somewhere... will push it soon.

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


More information about the cfe-commits mailing list