[clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis (PR #99656)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 26 06:37:39 PDT 2024
================
@@ -3912,6 +3912,11 @@ llvm::Error ASTReader::ReadASTBlock(ModuleFile &F,
FPPragmaOptions.swap(Record);
break;
+ case DECLS_WITH_EFFECTS_TO_VERIFY:
+ for (unsigned I = 0, N = Record.size(); I != N; /*in loop*/)
----------------
Sirraide wrote:
Iirc this is just mirroring what is done elsewhere in that same file/function.
https://github.com/llvm/llvm-project/pull/99656
More information about the cfe-commits
mailing list