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.
2 parents fd1314b + f3e55a4 commit b776cbeCopy full SHA for b776cbe
cpp/ql/test/library-tests/ir/ir/PrintAST.expected
@@ -16337,6 +16337,12 @@ ir.cpp:
16337
# 2141| Type = [PlainCharType] char
16338
# 2141| Value = [CharLiteral] 97
16339
# 2141| ValueCategory = prvalue
16340
+# 2141| getImplicitDestructorCall(0): [DestructorCall] call to ~ClassWithDestructor
16341
+# 2141| Type = [VoidType] void
16342
+# 2141| ValueCategory = prvalue
16343
+# 2141| getQualifier(): [VariableAccess] x
16344
+# 2141| Type = [Class] ClassWithDestructor
16345
+# 2141| ValueCategory = lvalue
16346
# 2143| getStmt(2): [SwitchStmt] switch (...) ...
16347
# 2143| getInitialization(): [DeclStmt] declaration
16348
# 2143| getDeclarationEntry(0): [VariableDeclarationEntry] definition of x
0 commit comments