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 bc16960 commit a14d23fCopy full SHA for a14d23f
clang/lib/AST/ByteCode/Context.h
@@ -63,8 +63,6 @@ class Context final {
63
ASTContext &getASTContext() const { return Ctx; }
64
/// Returns the language options.
65
const LangOptions &getLangOpts() const;
66
- /// Returns the interpreter stack.
67
- InterpStack &getStack() { return Stk; }
68
/// Returns CHAR_BIT.
69
unsigned getCharBit() const;
70
/// Return the floating-point semantics for T.
0 commit comments