[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)

via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 16 00:52:39 PDT 2024


Sirraide wrote:

> I think the code to do this could live in the effect set if it were under Sema (as I just described)

Seeing as the effect set is part of the type, at least the parts that are stored in the `FunctionProtoType` can’t be in Sema and have to stay in the AST library.

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


More information about the cfe-commits mailing list