[clang] nolock/noalloc attributes (PR #84983)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 13 11:55:44 PDT 2024
Sirraide 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.
https://github.com/llvm/llvm-project/pull/84983
More information about the cfe-commits
mailing list