We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5022bd commit 10be515Copy full SHA for 10be515
clang/lib/AST/ByteCode/InterpState.h
@@ -67,7 +67,7 @@ class InterpState final : public State, public SourceMapper {
67
Expr::EvalStatus &getEvalStatus() const override {
68
return Parent.getEvalStatus();
69
}
70
- ASTContext &getASTContext() const override { return Parent.getASTContext(); }
+ ASTContext &getASTContext() const override { return Ctx.getASTContext(); }
71
72
// Forward status checks and updates to the walker.
73
bool keepEvaluatingAfterFailure() const override {
0 commit comments