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 c5b6f48 + ffdd28e commit ecd2003Copy full SHA for ecd2003
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll
@@ -41,7 +41,7 @@ private module SourceVariables {
41
SsaInternals0::SourceVariable getBaseVariable() { result = base }
42
43
/** Gets a textual representation of this element. */
44
- string toString() { result = repeatStars(this.getIndirection()) }
+ string toString() { result = repeatStars(this.getIndirection()) + base.toString() }
45
46
/**
47
* Gets the number of loads performed on the base source variable
0 commit comments