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 08a6b99 commit f05bff0Copy full SHA for f05bff0
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll
@@ -53,7 +53,7 @@ private module SourceVariables {
53
* the type of this source variable should be thought of as "pointer
54
* to `getType()`".
55
*/
56
- DataFlowType getType() {
+ Type getType() {
57
if this.isGLValue()
58
then result = base.getType()
59
else result = getTypeImpl(base.getType(), ind - 1)
0 commit comments