[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)
Doug Wyatt via cfe-commits
cfe-commits at lists.llvm.org
Wed May 22 07:56:38 PDT 2024
================
@@ -3144,6 +3154,9 @@ class Sema final {
QualType T, TypeSourceInfo *TSInfo,
StorageClass SC);
+ /// Potentially add a FunctionDecl or BlockDecl to DeclsWithEffectsToVerify.
+ void CheckAddCallableWithEffects(const Decl *D, FunctionEffectSet FX);
----------------
dougsonos wrote:
this is now part of the follow-on PR
https://github.com/llvm/llvm-project/pull/84983
More information about the cfe-commits
mailing list