C++: Fix implicit 'this'.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-04-26 18:06:44 +01:00
parent b18e096f7f
commit 6bfdbef697

View File

@@ -993,7 +993,7 @@ class TranslatedConstructorBareInit extends TranslatedElement, TTranslatedConstr
override TranslatedElement getChild(int id) { none() }
override Declaration getFunction() { result = getParent().getFunction() }
override Declaration getFunction() { result = this.getParent().getFunction() }
override Instruction getInstructionSuccessor(InstructionTag tag, EdgeKind kind) { none() }