[clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis (PR #99656)
Doug Wyatt via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 20 13:12:37 PDT 2024
================
@@ -891,6 +898,12 @@ class Sema final : public SemaBase {
SourceLocation NewLoc,
SourceLocation OldLoc);
+ /// Potentially add a FunctionDecl or BlockDecl to DeclsWithEffectsToVerify.
+ void maybeAddDeclWithEffects(const Decl *D, const FunctionEffectsRef &FX);
----------------
dougsonos wrote:
Thanks, did this, including moving some of the other recent, related additions.
https://github.com/llvm/llvm-project/pull/99656
More information about the cfe-commits
mailing list