================
@@ -945,6 +945,7 @@ namespace {
     }
 
     ASTContext &getASTContext() const override { return Ctx; }
+    const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); }
----------------
cor3ntin wrote:

Hum, okay i missed that `EvalInfo` inherits from `interp::State` - that's fun

https://github.com/llvm/llvm-project/pull/159280
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to