================
@@ -1306,6 +1308,44 @@ interp__builtin_ptrauth_string_discriminator(InterpState
&S, CodePtr OpPC,
return true;
}
+static bool interp__builtin_infer_alloc_token(InterpState &S, CodePtr OpPC,
+ const InterpFrame *Frame,
+ const CallExpr *Call) {
+ const ASTContext &Ctx = S.getASTContext();
----------------
tbaederr wrote:
```suggestion
const ASTContext &ASTCtx = S.getASTContext();
```
https://github.com/llvm/llvm-project/pull/163639
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits