Skip to content

Commit f05bff0

Browse files
committed
C++: Switch another 'DataFlowType' to 'Type'.
1 parent 08a6b99 commit f05bff0

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private module SourceVariables {
5353
* the type of this source variable should be thought of as "pointer
5454
* to `getType()`".
5555
*/
56-
DataFlowType getType() {
56+
Type getType() {
5757
if this.isGLValue()
5858
then result = base.getType()
5959
else result = getTypeImpl(base.getType(), ind - 1)

0 commit comments

Comments
 (0)